Html Css Color HEX #4B12BC Purple Heart

📋 copy color: '#4B12BC'

red 75 ◦ green 18 ◦ blue 188

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

Shades of Purple Heart #4B12BC

Tints of Purple Heart #4B12BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.9%

R = 26.69%
G = 6.41%
B = 66.9%

CMYK

 C value IS 0.60

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4B12BC (or 0x4B12BC) is known color: Purple Heart. HEX triplet: 4B, 12 and BC. RGB value is (75,18,188). Sum of RGB (Red+Green+Blue) = 75+18+188=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B12BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B12BC is #B4ED43. Grayscale: #353535. Windows color (decimal): -11857220 or 12325451. OLE color: 12325451.

HSL color Cylindrical-coordinate representation of color #4B12BC: hue angle of 260.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B12BC is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 75 18 188 -
CMYK 0.60 0.90 0 0.26
HSL 260.12º 0.83% 0.4% -
HSV(B) 260.12º 0.9% 0.74% -
XYZ 12.2 5.56 48.01 -
YUV 54.42 203.38 142.68 -
System Red Green Blue C M Y K H S L
Decimal 75 18 188 0.60 0.90 0 0.26 260.12 0.83 0.4
Hex 4B 12 BC 3C 5A 0 1A 104 53 28
Octal 113 22 274 74 132 0 32 404 123 50
Binary 1001011 10010 10111100 111100 1011010 0 11010 100000100 1010011 101000

Color Harmonies of #4B12BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B12BC

Black with #4B12BC

Text Example


Text Example

White with #4B12BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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