Html Css Color HEX #4229CA Purple Heart

📋 copy color: '#4229CA'

red 66 ◦ green 41 ◦ blue 202

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

Shades of Purple Heart #4229CA

Tints of Purple Heart #4229CA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.27%

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

R = 21.36%
G = 13.27%
B = 65.37%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4229CA (or 0x4229CA) is known color: Purple Heart. HEX triplet: 42, 29 and CA. RGB value is (66,41,202). Sum of RGB (Red+Green+Blue) = 66+41+202=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 202 (79.30% from 255 or 65.37% from 309); Max value from RGB is 202 - color contains mainly: blue. Hex color #4229CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4229CA is #BDD635. Grayscale: #424242. Windows color (decimal): -12441142 or 13248834. OLE color: 13248834.

HSL color Cylindrical-coordinate representation of color #4229CA: hue angle of 249.32º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4229CA is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 41 202 -
CMYK 0.67 0.80 0 0.21
HSL 249.32º 0.66% 0.48% -
HSV(B) 249.32º 0.8% 0.79% -
XYZ 13.7 7.01 56.51 -
YUV 66.83 204.28 127.41 -
System Red Green Blue C M Y K H S L
Decimal 66 41 202 0.67 0.80 0 0.21 249.32 0.66 0.48
Hex 42 29 CA 43 50 0 15 F9 42 30
Octal 102 51 312 103 120 0 25 371 102 60
Binary 1000010 101001 11001010 1000011 1010000 0 10101 11111001 1000010 110000

Color Harmonies of #4229CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4229CA

Black with #4229CA

Text Example


Text Example

White with #4229CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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