Html Css Color HEX #4214CA Purple Heart

📋 copy color: '#4214CA'

red 66 ◦ green 20 ◦ blue 202

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

Shades of Purple Heart #4214CA

Tints of Purple Heart #4214CA

RGB

 RED value IS 66 (26.17% from 255) = 22.92%

 GREEN value IS 20 (8.2% from 255) = 6.94%

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

R = 22.92%
G = 6.94%
B = 70.14%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4214CA (or 0x4214CA) is known color: Purple Heart. HEX triplet: 42, 14 and CA. RGB value is (66,20,202). Sum of RGB (Red+Green+Blue) = 66+20+202=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 202 (79.30% from 255 or 70.14% from 288); Max value from RGB is 202 - color contains mainly: blue. Hex color #4214CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4214CA is #BDEB35. Grayscale: #353535. Windows color (decimal): -12446518 or 13243458. OLE color: 13243458.

HSL color Cylindrical-coordinate representation of color #4214CA: hue angle of 255.16º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4214CA is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 20 202 -
CMYK 0.67 0.90 0 0.21
HSL 255.16º 0.82% 0.44% -
HSV(B) 255.16º 0.9% 0.79% -
XYZ 13.16 5.92 56.33 -
YUV 54.5 211.24 136.2 -
System Red Green Blue C M Y K H S L
Decimal 66 20 202 0.67 0.90 0 0.21 255.16 0.82 0.44
Hex 42 14 CA 43 5A 0 15 FF 52 2C
Octal 102 24 312 103 132 0 25 377 122 54
Binary 1000010 10100 11001010 1000011 1011010 0 10101 11111111 1010010 101100

Color Harmonies of #4214CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4214CA

Black with #4214CA

Text Example


Text Example

White with #4214CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,20,202); }

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

background-color css

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

 a { background-color: rgb(66,20,202); }

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

border-color css

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

 span { border-color: rgb(66,20,202); }

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