#642ADC

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

Shades of Purple Heart #642ADC

Tints of Purple Heart #642ADC

Color information

#642ADC (or 0x642ADC) is unknown color: approx Purple Heart. HEX triplet: 64, 2A and DC. RGB value is (100,42,220). Sum of RGB (Red+Green+Blue) = 100+42+220=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #642ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642ADC is #9BD523. Grayscale: #4E4E4E. Windows color (decimal): -10212644 or 14428772. OLE color: 14428772.

HSL color Cylindrical-coordinate representation of color #642ADC: hue angle of 259.55º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #642ADC is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10042220-
CMYK0.550.8100.14
HSL259.55º71.77%51.37%-
HSV(B)259.55º80.91%86.27%-
XYZ199.5368.55-
YUV79.63207.22142.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.62%
GREEN value IS 42 (16.80% from 255) = 11.60%
BLUE value IS 220 (86.33% from 255) = 60.77%
R=27.62%
G=11.60%
B=60.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal100422200.550.8100.14259.5571.7751.37
Hex642ADC37510E1044833
Octal144523346712101640411063
Binary1100100101010110111001101111010001011101000001001001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642ADC; }

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

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

<style>
 a { background-color: #642ADC; }

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

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

<style>
 span { border-color: #642ADC; }

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

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