#6638C1

Color #6638C1 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6638C1

Tints of Purple Heart #6638C1

Color information

#6638C1 (or 0x6638C1) is unknown color: approx Purple Heart. HEX triplet: 66, 38 and C1. RGB value is (102,56,193). Sum of RGB (Red+Green+Blue) = 102+56+193=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 193 (75.78% from 255 or 54.99% from 351); Max value from RGB is 193 - color contains mainly: blue. Hex color #6638C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6638C1 is #99C73E. Grayscale: #545454. Windows color (decimal): -10078015 or 12662886. OLE color: 12662886.

HSL color Cylindrical-coordinate representation of color #6638C1: hue angle of 260.15º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6638C1 is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10256193-
CMYK0.470.7100.24
HSL260.15º55.02%48.82%-
HSV(B)260.15º70.98%75.69%-
XYZ16.529.551.42-
YUV85.37188.74139.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 29.06%
GREEN value IS 56 (22.27% from 255) = 15.95%
BLUE value IS 193 (75.78% from 255) = 54.99%
R=29.06%
G=15.95%
B=54.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal102561930.470.7100.24260.1555.0248.82
Hex6638C12F470181043731
Octal14670301571070304046761
Binary1100110111000110000011011111000111011000100000100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6638C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6638C1; }

 p { color: rgb(102,56,193); }

 H1.HeaderClassName
 {
   color: #6638C1;
 }
 .AnyTagClassName
 {
   color: #6638C1;
 }
</style>
background-color css

<style>
 a { background-color: #6638C1; }

 a { background-color: rgb(102,56,193); }

 div.DivClassName
 {
   background-color: #6638C1;
 }
 .BgClassName
 {
   background-color: #6638C1;
 }
</style>
border-color css

<style>
 span { border-color: #6638C1; }

 span { border-color: rgb(102,56,193); }

 td.TdClassName
 {
   border-color: #6638C1;
 }
 .TagClassName
 {
   border-color: #6638C1;
 }
</style>