Html Css Color HEX #6624CA Purple Heart

📋 copy color: '#6624CA'

red 102 ◦ green 36 ◦ blue 202

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

Shades of Purple Heart #6624CA

Tints of Purple Heart #6624CA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.59%

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

R = 30%
G = 10.59%
B = 59.41%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6624CA (or 0x6624CA) is known color: Purple Heart. HEX triplet: 66, 24 and CA. RGB value is (102,36,202). Sum of RGB (Red+Green+Blue) = 102+36+202=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #6624CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6624CA is #99DB35. Grayscale: #4A4A4A. Windows color (decimal): -10083126 or 13247590. OLE color: 13247590.

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

Color convert

RGB 102 36 202 -
CMYK 0.50 0.82 0 0.21
HSL 263.86º 0.7% 0.47% -
HSV(B) 263.86º 0.82% 0.79% -
XYZ 16.77 8.35 56.61 -
YUV 74.66 199.87 147.5 -
System Red Green Blue C M Y K H S L
Decimal 102 36 202 0.50 0.82 0 0.21 263.86 0.7 0.47
Hex 66 24 CA 32 52 0 15 108 46 2F
Octal 146 44 312 62 122 0 25 410 106 57
Binary 1100110 100100 11001010 110010 1010010 0 10101 100001000 1000110 101111

Color Harmonies of #6624CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6624CA

Black with #6624CA

Text Example


Text Example

White with #6624CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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