Html Css Color HEX #4012BB Purple Heart

📋 copy color: '#4012BB'

red 64 ◦ green 18 ◦ blue 187

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

Shades of Purple Heart #4012BB

Tints of Purple Heart #4012BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 69.52%

R = 23.79%
G = 6.69%
B = 69.52%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4012BB (or 0x4012BB) is known color: Purple Heart. HEX triplet: 40, 12 and BB. RGB value is (64,18,187). Sum of RGB (Red+Green+Blue) = 64+18+187=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 187 (73.44% from 255 or 69.52% from 269); Max value from RGB is 187 - color contains mainly: blue. Hex color #4012BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4012BB is #BFED44. Grayscale: #323232. Windows color (decimal): -12578117 or 12259904. OLE color: 12259904.

HSL color Cylindrical-coordinate representation of color #4012BB: hue angle of 256.33º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4012BB is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 18 187 -
CMYK 0.66 0.90 0 0.27
HSL 256.33º 0.82% 0.4% -
HSV(B) 256.33º 0.9% 0.73% -
XYZ 11.3 5.11 47.4 -
YUV 51.02 204.74 137.26 -
System Red Green Blue C M Y K H S L
Decimal 64 18 187 0.66 0.90 0 0.27 256.33 0.82 0.4
Hex 40 12 BB 42 5A 0 1B 100 52 28
Octal 100 22 273 102 132 0 33 400 122 50
Binary 1000000 10010 10111011 1000010 1011010 0 11011 100000000 1010010 101000

Color Harmonies of #4012BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4012BB

Black with #4012BB

Text Example


Text Example

White with #4012BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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