Html Css Color HEX #4012BE Purple Heart

📋 copy color: '#4012BE'

red 64 ◦ green 18 ◦ blue 190

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

Shades of Purple Heart #4012BE

Tints of Purple Heart #4012BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 69.85%

R = 23.53%
G = 6.62%
B = 69.85%

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

#4012BE (or 0x4012BE) is known color: Purple Heart. HEX triplet: 40, 12 and BE. RGB value is (64,18,190). Sum of RGB (Red+Green+Blue) = 64+18+190=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 190 (74.61% from 255 or 69.85% from 272); Max value from RGB is 190 - color contains mainly: blue. Hex color #4012BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4012BE is #BFED41. Grayscale: #323232. Windows color (decimal): -12578114 or 12456512. OLE color: 12456512.

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

Color convert

RGB 64 18 190 -
CMYK 0.66 0.91 0 0.25
HSL 256.05º 0.83% 0.41% -
HSV(B) 256.05º 0.91% 0.75% -
XYZ 11.62 5.24 49.11 -
YUV 51.36 206.24 137.01 -
System Red Green Blue C M Y K H S L
Decimal 64 18 190 0.66 0.91 0 0.25 256.05 0.83 0.41
Hex 40 12 BE 42 5B 0 19 100 53 29
Octal 100 22 276 102 133 0 31 400 123 51
Binary 1000000 10010 10111110 1000010 1011011 0 11001 100000000 1010011 101001

Color Harmonies of #4012BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4012BE

Black with #4012BE

Text Example


Text Example

White with #4012BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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