#6633DD

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

Shades of Purple Heart #6633DD

Tints of Purple Heart #6633DD

Color information

#6633DD (or 0x6633DD) is unknown color: approx Purple Heart. HEX triplet: 66, 33 and DD. RGB value is (102,51,221). Sum of RGB (Red+Green+Blue) = 102+51+221=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #6633DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6633DD is #99CC22. Grayscale: #555555. Windows color (decimal): -10079267 or 14496614. OLE color: 14496614.

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

Color convert

RGB10251221-
CMYK0.540.7700.13
HSL258º71.43%53.33%-
HSV(B)258º76.92%86.67%-
XYZ19.7110.4169.38-
YUV85.63204.4139.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.27%
GREEN value IS 51 (20.31% from 255) = 13.64%
BLUE value IS 221 (86.72% from 255) = 59.09%
R=27.27%
G=13.64%
B=59.09%

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
Decimal102512210.540.7700.1325871.4353.33
Hex6633DD364D0D1024735
Octal146633356611501540210765
Binary1100110110011110111011101101001101011011000000101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6633DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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