Html Css Color HEX #6420CA Purple Heart

📋 copy color: '#6420CA'

red 100 ◦ green 32 ◦ blue 202

#6420CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6420CA

Tints of Purple Heart #6420CA

RGB

 RED value IS 100 (39.45% from 255) = 29.94%

 GREEN value IS 32 (12.89% from 255) = 9.58%

 BLUE value IS 202 (79.3% from 255) = 60.48%

R = 29.94%
G = 9.58%
B = 60.48%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6420CA (or 0x6420CA) is known color: Purple Heart. HEX triplet: 64, 20 and CA. RGB value is (100,32,202). Sum of RGB (Red+Green+Blue) = 100+32+202=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 202 (79.30% from 255 or 60.48% from 334); Max value from RGB is 202 - color contains mainly: blue. Hex color #6420CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6420CA is #9BDF35. Grayscale: #474747. Windows color (decimal): -10215222 or 13246564. OLE color: 13246564.

HSL color Cylindrical-coordinate representation of color #6420CA: hue angle of 264º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6420CA is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 32 202 -
CMYK 0.50 0.84 0 0.21
HSL 264º 0.73% 0.46% -
HSV(B) 264º 0.84% 0.79% -
XYZ 16.43 8.01 56.56 -
YUV 71.71 201.53 148.18 -
System Red Green Blue C M Y K H S L
Decimal 100 32 202 0.50 0.84 0 0.21 264 0.73 0.46
Hex 64 20 CA 32 54 0 15 108 49 2E
Octal 144 40 312 62 124 0 25 410 111 56
Binary 1100100 100000 11001010 110010 1010100 0 10101 100001000 1001001 101110

Color Harmonies of #6420CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6420CA

Black with #6420CA

Text Example


Text Example

White with #6420CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6420CA; }

 p { color: rgb(100,32,202); }

 H1.HeaderClassName
 {
   color: #6420CA;
 }
 .AnyTagClassName
 {
   color: #6420CA;
 }
</style>

background-color css

<style>
 a { background-color: #6420CA; }

 a { background-color: rgb(100,32,202); }

 div.DivClassName
 {
   background-color: #6420CA;
 }
 .BgClassName
 {
   background-color: #6420CA;
 }
</style>

border-color css

<style>
 span { border-color: #6420CA; }

 span { border-color: rgb(100,32,202); }

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