Html Css Color HEX #4429BC Purple Heart

📋 copy color: '#4429BC'

red 68 ◦ green 41 ◦ blue 188

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

Shades of Purple Heart #4429BC

Tints of Purple Heart #4429BC

RGB

 RED value IS 68 (26.95% from 255) = 22.9%

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

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

R = 22.9%
G = 13.8%
B = 63.3%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4429BC (or 0x4429BC) is known color: Purple Heart. HEX triplet: 44, 29 and BC. RGB value is (68,41,188). Sum of RGB (Red+Green+Blue) = 68+41+188=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #4429BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4429BC is #BBD643. Grayscale: #414141. Windows color (decimal): -12310084 or 12331332. OLE color: 12331332.

HSL color Cylindrical-coordinate representation of color #4429BC: hue angle of 251.02º 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 #4429BC is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 41 188 -
CMYK 0.64 0.78 0 0.26
HSL 251.02º 0.64% 0.45% -
HSV(B) 251.02º 0.78% 0.74% -
XYZ 12.25 6.45 48.18 -
YUV 65.83 196.95 129.55 -
System Red Green Blue C M Y K H S L
Decimal 68 41 188 0.64 0.78 0 0.26 251.02 0.64 0.45
Hex 44 29 BC 40 4E 0 1A FB 40 2D
Octal 104 51 274 100 116 0 32 373 100 55
Binary 1000100 101001 10111100 1000000 1001110 0 11010 11111011 1000000 101101

Color Harmonies of #4429BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4429BC

Black with #4429BC

Text Example


Text Example

White with #4429BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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