Html Css Color HEX #4012BF Purple Heart

📋 copy color: '#4012BF'

red 64 ◦ green 18 ◦ blue 191

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

Shades of Purple Heart #4012BF

Tints of Purple Heart #4012BF

RGB

 RED value IS 64 (25.39% from 255) = 23.44%

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

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

R = 23.44%
G = 6.59%
B = 69.96%

CMYK

 C value IS 0.66

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4012BF (or 0x4012BF) is known color: Purple Heart. HEX triplet: 40, 12 and BF. RGB value is (64,18,191). Sum of RGB (Red+Green+Blue) = 64+18+191=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 191 (75% from 255 or 69.96% from 273); Max value from RGB is 191 - color contains mainly: blue. Hex color #4012BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4012BF is #BFED40. Grayscale: #323232. Windows color (decimal): -12578113 or 12522048. OLE color: 12522048.

HSL color Cylindrical-coordinate representation of color #4012BF: hue angle of 255.95º 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 #4012BF is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 18 191 -
CMYK 0.66 0.91 0 0.25
HSL 255.95º 0.83% 0.41% -
HSV(B) 255.95º 0.91% 0.75% -
XYZ 11.73 5.28 49.69 -
YUV 51.48 206.74 136.93 -
System Red Green Blue C M Y K H S L
Decimal 64 18 191 0.66 0.91 0 0.25 255.95 0.83 0.41
Hex 40 12 BF 42 5B 0 19 100 53 29
Octal 100 22 277 102 133 0 31 400 123 51
Binary 1000000 10010 10111111 1000010 1011011 0 11001 100000000 1010011 101001

Color Harmonies of #4012BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4012BF

Black with #4012BF

Text Example


Text Example

White with #4012BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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