Html Css Color HEX #4812B6 Purple Heart

📋 copy color: '#4812B6'

red 72 ◦ green 18 ◦ blue 182

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

Shades of Purple Heart #4812B6

Tints of Purple Heart #4812B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 66.91%

R = 26.47%
G = 6.62%
B = 66.91%

CMYK

 C value IS 0.60

 M value IS 0.90

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4812B6 (or 0x4812B6) is known color: Purple Heart. HEX triplet: 48, 12 and B6. RGB value is (72,18,182). Sum of RGB (Red+Green+Blue) = 72+18+182=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 182 (71.48% from 255 or 66.91% from 272); Max value from RGB is 182 - color contains mainly: blue. Hex color #4812B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4812B6 is #B7ED49. Grayscale: #343434. Windows color (decimal): -12053834 or 11932232. OLE color: 11932232.

HSL color Cylindrical-coordinate representation of color #4812B6: hue angle of 259.76º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4812B6 is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 18 182 -
CMYK 0.60 0.90 0 0.29
HSL 259.76º 0.82% 0.39% -
HSV(B) 259.76º 0.9% 0.71% -
XYZ 11.33 5.19 44.66 -
YUV 52.84 200.89 141.66 -
System Red Green Blue C M Y K H S L
Decimal 72 18 182 0.60 0.90 0 0.29 259.76 0.82 0.39
Hex 48 12 B6 3C 5A 0 1D 104 52 27
Octal 110 22 266 74 132 0 35 404 122 47
Binary 1001000 10010 10110110 111100 1011010 0 11101 100000100 1010010 100111

Color Harmonies of #4812B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4812B6

Black with #4812B6

Text Example


Text Example

White with #4812B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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