#6635DA

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

Shades of Purple Heart #6635DA

Tints of Purple Heart #6635DA

Color information

#6635DA (or 0x6635DA) is unknown color: approx Purple Heart. HEX triplet: 66, 35 and DA. RGB value is (102,53,218). Sum of RGB (Red+Green+Blue) = 102+53+218=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #6635DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6635DA is #99CA25. Grayscale: #555555. Windows color (decimal): -10078758 or 14300518. OLE color: 14300518.

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

Color convert

RGB10253218-
CMYK0.530.7600.15
HSL257.82º69.04%53.14%-
HSV(B)257.82º75.69%85.49%-
XYZ19.4110.4367.32-
YUV86.46202.23139.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.35%
GREEN value IS 53 (21.09% from 255) = 14.21%
BLUE value IS 218 (85.55% from 255) = 58.45%
R=27.35%
G=14.21%
B=58.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal102532180.530.7600.15257.8269.0453.14
Hex6635DA354C0F1024535
Octal146653326511401740210565
Binary1100110110101110110101101011001100011111000000101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6635DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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