#6633DE

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

Shades of Purple Heart #6633DE

Tints of Purple Heart #6633DE

Color information

#6633DE (or 0x6633DE) is unknown color: approx Purple Heart. HEX triplet: 66, 33 and DE. RGB value is (102,51,222). Sum of RGB (Red+Green+Blue) = 102+51+222=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #6633DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6633DE is #99CC21. Grayscale: #555555. Windows color (decimal): -10079266 or 14562150. OLE color: 14562150.

HSL color Cylindrical-coordinate representation of color #6633DE: hue angle of 257.89º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6633DE is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10251222-
CMYK0.540.7700.13
HSL257.89º72.15%53.53%-
HSV(B)257.89º77.03%87.06%-
XYZ19.8510.4770.08-
YUV85.74204.9139.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.2%
GREEN value IS 51 (20.31% from 255) = 13.6%
BLUE value IS 222 (87.11% from 255) = 59.2%
R=27.2%
G=13.6%
B=59.2%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102512220.540.7700.13257.8972.1553.53
Hex6633DE364D0D1024836
Octal146633366611501540211066
Binary1100110110011110111101101101001101011011000000101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6633DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6633DE; }

 p { color: rgb(102,51,222); }

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

<style>
 a { background-color: #6633DE; }

 a { background-color: rgb(102,51,222); }

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

<style>
 span { border-color: #6633DE; }

 span { border-color: rgb(102,51,222); }

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