Html Css Color HEX #6620CA Purple Heart

📋 copy color: '#6620CA'

red 102 ◦ green 32 ◦ blue 202

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

Shades of Purple Heart #6620CA

Tints of Purple Heart #6620CA

RGB

 RED value IS 102 (40.23% from 255) = 30.36%

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

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

R = 30.36%
G = 9.52%
B = 60.12%

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

#6620CA (or 0x6620CA) is known color: Purple Heart. HEX triplet: 66, 20 and CA. RGB value is (102,32,202). Sum of RGB (Red+Green+Blue) = 102+32+202=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 202 (79.30% from 255 or 60.12% from 336); Max value from RGB is 202 - color contains mainly: blue. Hex color #6620CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6620CA is #99DF35. Grayscale: #474747. Windows color (decimal): -10084150 or 13246566. OLE color: 13246566.

HSL color Cylindrical-coordinate representation of color #6620CA: hue angle of 264.71º 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 #6620CA is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 32 202 -
CMYK 0.50 0.84 0 0.21
HSL 264.71º 0.73% 0.46% -
HSV(B) 264.71º 0.84% 0.79% -
XYZ 16.66 8.12 56.57 -
YUV 72.31 201.19 149.18 -
System Red Green Blue C M Y K H S L
Decimal 102 32 202 0.50 0.84 0 0.21 264.71 0.73 0.46
Hex 66 20 CA 32 54 0 15 109 49 2E
Octal 146 40 312 62 124 0 25 411 111 56
Binary 1100110 100000 11001010 110010 1010100 0 10101 100001001 1001001 101110

Color Harmonies of #6620CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6620CA

Black with #6620CA

Text Example


Text Example

White with #6620CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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