Html Css Color HEX #4229BE Purple Heart

📋 copy color: '#4229BE'

red 66 ◦ green 41 ◦ blue 190

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

Shades of Purple Heart #4229BE

Tints of Purple Heart #4229BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.97%

R = 22.22%
G = 13.8%
B = 63.97%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4229BE (or 0x4229BE) is known color: Purple Heart. HEX triplet: 42, 29 and BE. RGB value is (66,41,190). Sum of RGB (Red+Green+Blue) = 66+41+190=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #4229BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4229BE is #BDD641. Grayscale: #404040. Windows color (decimal): -12441154 or 12462402. OLE color: 12462402.

HSL color Cylindrical-coordinate representation of color #4229BE: hue angle of 250.07º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4229BE is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 41 190 -
CMYK 0.65 0.78 0 0.25
HSL 250.07º 0.65% 0.45% -
HSV(B) 250.07º 0.78% 0.75% -
XYZ 12.33 6.46 49.31 -
YUV 65.46 198.28 128.38 -
System Red Green Blue C M Y K H S L
Decimal 66 41 190 0.65 0.78 0 0.25 250.07 0.65 0.45
Hex 42 29 BE 41 4E 0 19 FA 41 2D
Octal 102 51 276 101 116 0 31 372 101 55
Binary 1000010 101001 10111110 1000001 1001110 0 11001 11111010 1000001 101101

Color Harmonies of #4229BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4229BE

Black with #4229BE

Text Example


Text Example

White with #4229BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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