Html Css Color HEX #4812BF Purple Heart

📋 copy color: '#4812BF'

red 72 ◦ green 18 ◦ blue 191

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

Shades of Purple Heart #4812BF

Tints of Purple Heart #4812BF

RGB

 RED value IS 72 (28.52% from 255) = 25.62%

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

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

R = 25.62%
G = 6.41%
B = 67.97%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4812BF (or 0x4812BF) is known color: Purple Heart. HEX triplet: 48, 12 and BF. RGB value is (72,18,191). Sum of RGB (Red+Green+Blue) = 72+18+191=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 191 (75% from 255 or 67.97% from 281); Max value from RGB is 191 - color contains mainly: blue. Hex color #4812BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4812BF is #B7ED40. Grayscale: #353535. Windows color (decimal): -12053825 or 12522056. OLE color: 12522056.

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

Color convert

RGB 72 18 191 -
CMYK 0.62 0.91 0 0.25
HSL 258.73º 0.83% 0.41% -
HSV(B) 258.73º 0.91% 0.75% -
XYZ 12.29 5.57 49.72 -
YUV 53.87 205.39 140.93 -
System Red Green Blue C M Y K H S L
Decimal 72 18 191 0.62 0.91 0 0.25 258.73 0.83 0.41
Hex 48 12 BF 3E 5B 0 19 103 53 29
Octal 110 22 277 76 133 0 31 403 123 51
Binary 1001000 10010 10111111 111110 1011011 0 11001 100000011 1010011 101001

Color Harmonies of #4812BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4812BF

Black with #4812BF

Text Example


Text Example

White with #4812BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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