Html Css Color HEX #4B12BA Purple Heart

📋 copy color: '#4B12BA'

red 75 ◦ green 18 ◦ blue 186

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

Shades of Purple Heart #4B12BA

Tints of Purple Heart #4B12BA

RGB

 RED value IS 75 (29.69% from 255) = 26.88%

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

 BLUE value IS 186 (73.05% from 255) = 66.67%

R = 26.88%
G = 6.45%
B = 66.67%

CMYK

 C value IS 0.60

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B12BA (or 0x4B12BA) is known color: Purple Heart. HEX triplet: 4B, 12 and BA. RGB value is (75,18,186). Sum of RGB (Red+Green+Blue) = 75+18+186=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B12BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B12BA is #B4ED45. Grayscale: #353535. Windows color (decimal): -11857222 or 12194379. OLE color: 12194379.

HSL color Cylindrical-coordinate representation of color #4B12BA: hue angle of 260.36º 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 #4B12BA is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 18 186 -
CMYK 0.60 0.90 0 0.27
HSL 260.36º 0.82% 0.4% -
HSV(B) 260.36º 0.9% 0.73% -
XYZ 11.98 5.47 46.88 -
YUV 54.2 202.38 142.84 -
System Red Green Blue C M Y K H S L
Decimal 75 18 186 0.60 0.90 0 0.27 260.36 0.82 0.4
Hex 4B 12 BA 3C 5A 0 1B 104 52 28
Octal 113 22 272 74 132 0 33 404 122 50
Binary 1001011 10010 10111010 111100 1011010 0 11011 100000100 1010010 101000

Color Harmonies of #4B12BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B12BA

Black with #4B12BA

Text Example


Text Example

White with #4B12BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B12BA; }

 p { color: rgb(75,18,186); }

 H1.HeaderClassName
 {
   color: #4B12BA;
 }
 .AnyTagClassName
 {
   color: #4B12BA;
 }
</style>

background-color css

<style>
 a { background-color: #4B12BA; }

 a { background-color: rgb(75,18,186); }

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

border-color css

<style>
 span { border-color: #4B12BA; }

 span { border-color: rgb(75,18,186); }

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