#6633DA

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

Shades of Purple Heart #6633DA

Tints of Purple Heart #6633DA

Color information

#6633DA (or 0x6633DA) is unknown color: approx Purple Heart. HEX triplet: 66, 33 and DA. RGB value is (102,51,218). Sum of RGB (Red+Green+Blue) = 102+51+218=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #6633DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6633DA is #99CC25. Grayscale: #545454. Windows color (decimal): -10079270 or 14300006. OLE color: 14300006.

HSL color Cylindrical-coordinate representation of color #6633DA: hue angle of 258.32º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6633DA is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10251218-
CMYK0.530.7700.15
HSL258.32º69.29%52.75%-
HSV(B)258.32º76.61%85.49%-
XYZ19.3210.2567.29-
YUV85.29202.9139.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 51 (20.31% from 255) = 13.75%
BLUE value IS 218 (85.55% from 255) = 58.76%
R=27.49%
G=13.75%
B=58.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal102512180.530.7700.15258.3269.2952.75
Hex6633DA354D0F1024535
Octal146633326511501740210565
Binary1100110110011110110101101011001101011111000000101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6633DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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