Html Css Color HEX #4412BF Purple Heart

📋 copy color: '#4412BF'

red 68 ◦ green 18 ◦ blue 191

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

Shades of Purple Heart #4412BF

Tints of Purple Heart #4412BF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.5%

 BLUE value IS 191 (75% from 255) = 68.95%

R = 24.55%
G = 6.5%
B = 68.95%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4412BF (or 0x4412BF) is known color: Purple Heart. HEX triplet: 44, 12 and BF. RGB value is (68,18,191). Sum of RGB (Red+Green+Blue) = 68+18+191=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 191 (75% from 255 or 68.95% from 277); Max value from RGB is 191 - color contains mainly: blue. Hex color #4412BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4412BF is #BBED40. Grayscale: #343434. Windows color (decimal): -12315969 or 12522052. OLE color: 12522052.

HSL color Cylindrical-coordinate representation of color #4412BF: hue angle of 257.34º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4412BF is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 18 191 -
CMYK 0.64 0.91 0 0.25
HSL 257.34º 0.83% 0.41% -
HSV(B) 257.34º 0.91% 0.75% -
XYZ 12 5.42 49.7 -
YUV 52.67 206.07 138.93 -
System Red Green Blue C M Y K H S L
Decimal 68 18 191 0.64 0.91 0 0.25 257.34 0.83 0.41
Hex 44 12 BF 40 5B 0 19 101 53 29
Octal 104 22 277 100 133 0 31 401 123 51
Binary 1000100 10010 10111111 1000000 1011011 0 11001 100000001 1010011 101001

Color Harmonies of #4412BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4412BF

Black with #4412BF

Text Example


Text Example

White with #4412BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4412BF; }

 p { color: rgb(68,18,191); }

 H1.HeaderClassName
 {
   color: #4412BF;
 }
 .AnyTagClassName
 {
   color: #4412BF;
 }
</style>

background-color css

<style>
 a { background-color: #4412BF; }

 a { background-color: rgb(68,18,191); }

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

border-color css

<style>
 span { border-color: #4412BF; }

 span { border-color: rgb(68,18,191); }

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