Html Css Color HEX #4229BC Purple Heart

📋 copy color: '#4229BC'

red 66 ◦ green 41 ◦ blue 188

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

Shades of Purple Heart #4229BC

Tints of Purple Heart #4229BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.73%

R = 22.37%
G = 13.9%
B = 63.73%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4229BC (or 0x4229BC) is known color: Purple Heart. HEX triplet: 42, 29 and BC. RGB value is (66,41,188). Sum of RGB (Red+Green+Blue) = 66+41+188=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #4229BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4229BC is #BDD643. Grayscale: #404040. Windows color (decimal): -12441156 or 12331330. OLE color: 12331330.

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

Color convert

RGB 66 41 188 -
CMYK 0.65 0.78 0 0.26
HSL 250.2º 0.64% 0.45% -
HSV(B) 250.2º 0.78% 0.74% -
XYZ 12.12 6.37 48.17 -
YUV 65.23 197.28 128.55 -
System Red Green Blue C M Y K H S L
Decimal 66 41 188 0.65 0.78 0 0.26 250.2 0.64 0.45
Hex 42 29 BC 41 4E 0 1A FA 40 2D
Octal 102 51 274 101 116 0 32 372 100 55
Binary 1000010 101001 10111100 1000001 1001110 0 11010 11111010 1000000 101101

Color Harmonies of #4229BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4229BC

Black with #4229BC

Text Example


Text Example

White with #4229BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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