Html Css Color HEX #4429BA Purple Heart

📋 copy color: '#4429BA'

red 68 ◦ green 41 ◦ blue 186

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

Shades of Purple Heart #4429BA

Tints of Purple Heart #4429BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.05%

R = 23.05%
G = 13.9%
B = 63.05%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4429BA (or 0x4429BA) is known color: Purple Heart. HEX triplet: 44, 29 and BA. RGB value is (68,41,186). Sum of RGB (Red+Green+Blue) = 68+41+186=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #4429BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4429BA is #BBD645. Grayscale: #414141. Windows color (decimal): -12310086 or 12200260. OLE color: 12200260.

HSL color Cylindrical-coordinate representation of color #4429BA: hue angle of 251.17º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4429BA is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 41 186 -
CMYK 0.63 0.78 0 0.27
HSL 251.17º 0.64% 0.45% -
HSV(B) 251.17º 0.78% 0.73% -
XYZ 12.04 6.36 47.05 -
YUV 65.6 195.95 129.71 -
System Red Green Blue C M Y K H S L
Decimal 68 41 186 0.63 0.78 0 0.27 251.17 0.64 0.45
Hex 44 29 BA 3F 4E 0 1B FB 40 2D
Octal 104 51 272 77 116 0 33 373 100 55
Binary 1000100 101001 10111010 111111 1001110 0 11011 11111011 1000000 101101

Color Harmonies of #4429BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4429BA

Black with #4429BA

Text Example


Text Example

White with #4429BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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