Html Css Color HEX #4229CB Purple Heart

📋 copy color: '#4229CB'

red 66 ◦ green 41 ◦ blue 203

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

Shades of Purple Heart #4229CB

Tints of Purple Heart #4229CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 65.48%

R = 21.29%
G = 13.23%
B = 65.48%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4229CB (or 0x4229CB) is known color: Purple Heart. HEX triplet: 42, 29 and CB. RGB value is (66,41,203). Sum of RGB (Red+Green+Blue) = 66+41+203=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #4229CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4229CB is #BDD634. Grayscale: #424242. Windows color (decimal): -12441141 or 13314370. OLE color: 13314370.

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

Color convert

RGB 66 41 203 -
CMYK 0.67 0.80 0 0.20
HSL 249.26º 0.66% 0.48% -
HSV(B) 249.26º 0.8% 0.8% -
XYZ 13.82 7.06 57.13 -
YUV 66.94 204.78 127.33 -
System Red Green Blue C M Y K H S L
Decimal 66 41 203 0.67 0.80 0 0.20 249.26 0.66 0.48
Hex 42 29 CB 43 50 0 14 F9 42 30
Octal 102 51 313 103 120 0 24 371 102 60
Binary 1000010 101001 11001011 1000011 1010000 0 10100 11111001 1000010 110000

Color Harmonies of #4229CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4229CB

Black with #4229CB

Text Example


Text Example

White with #4229CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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