Html Css Color HEX #4B11BB Purple Heart

📋 copy color: '#4B11BB'

red 75 ◦ green 17 ◦ blue 187

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

Shades of Purple Heart #4B11BB

Tints of Purple Heart #4B11BB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.09%

 BLUE value IS 187 (73.44% from 255) = 67.03%

R = 26.88%
G = 6.09%
B = 67.03%

CMYK

 C value IS 0.60

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B11BB (or 0x4B11BB) is known color: Purple Heart. HEX triplet: 4B, 11 and BB. RGB value is (75,17,187). Sum of RGB (Red+Green+Blue) = 75+17+187=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #4B11BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B11BB is #B4EE44. Grayscale: #353535. Windows color (decimal): -11857477 or 12259659. OLE color: 12259659.

HSL color Cylindrical-coordinate representation of color #4B11BB: hue angle of 260.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4B11BB is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 17 187 -
CMYK 0.60 0.91 0 0.27
HSL 260.47º 0.83% 0.4% -
HSV(B) 260.47º 0.91% 0.73% -
XYZ 12.07 5.48 47.44 -
YUV 53.72 203.22 143.18 -
System Red Green Blue C M Y K H S L
Decimal 75 17 187 0.60 0.91 0 0.27 260.47 0.83 0.4
Hex 4B 11 BB 3C 5B 0 1B 104 53 28
Octal 113 21 273 74 133 0 33 404 123 50
Binary 1001011 10001 10111011 111100 1011011 0 11011 100000100 1010011 101000

Color Harmonies of #4B11BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B11BB

Black with #4B11BB

Text Example


Text Example

White with #4B11BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,17,187); }

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

background-color css

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

 a { background-color: rgb(75,17,187); }

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

border-color css

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

 span { border-color: rgb(75,17,187); }

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