#6638CE

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

Shades of Purple Heart #6638CE

Tints of Purple Heart #6638CE

Color information

#6638CE (or 0x6638CE) is unknown color: approx Purple Heart. HEX triplet: 66, 38 and CE. RGB value is (102,56,206). Sum of RGB (Red+Green+Blue) = 102+56+206=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #6638CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6638CE is #99C731. Grayscale: #565656. Windows color (decimal): -10078002 or 13514854. OLE color: 13514854.

HSL color Cylindrical-coordinate representation of color #6638CE: hue angle of 258.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6638CE is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10256206-
CMYK0.500.7300.19
HSL258.4º60.48%51.37%-
HSV(B)258.4º72.82%80.78%-
XYZ18.0310.1159.39-
YUV86.85195.24138.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.02%
GREEN value IS 56 (22.27% from 255) = 15.38%
BLUE value IS 206 (80.86% from 255) = 56.59%
R=28.02%
G=15.38%
B=56.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal102562060.500.7300.19258.460.4851.37
Hex6638CE32490131023c33
Octal14670316621110234027463
Binary1100110111000110011101100101001001010011100000010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6638CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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