#6433DC

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

Shades of Purple Heart #6433DC

Tints of Purple Heart #6433DC

Color information

#6433DC (or 0x6433DC) is unknown color: approx Purple Heart. HEX triplet: 64, 33 and DC. RGB value is (100,51,220). Sum of RGB (Red+Green+Blue) = 100+51+220=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #6433DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6433DC is #9BCC23. Grayscale: #545454. Windows color (decimal): -10210340 or 14431076. OLE color: 14431076.

HSL color Cylindrical-coordinate representation of color #6433DC: hue angle of 257.4º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6433DC is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10051220-
CMYK0.550.7700.14
HSL257.4º70.71%53.14%-
HSV(B)257.4º76.82%86.27%-
XYZ19.3610.2468.67-
YUV84.92204.23138.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 51 (20.31% from 255) = 13.75%
BLUE value IS 220 (86.33% from 255) = 59.30%
R=26.95%
G=13.75%
B=59.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal100512200.550.7700.14257.470.7153.14
Hex6433DC374D0E1014735
Octal144633346711501640110765
Binary1100100110011110111001101111001101011101000000011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6433DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6433DC; }

 p { color: rgb(100,51,220); }

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

<style>
 a { background-color: #6433DC; }

 a { background-color: rgb(100,51,220); }

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

<style>
 span { border-color: #6433DC; }

 span { border-color: rgb(100,51,220); }

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