Html Css Color HEX #4B2BD8 Purple Heart

📋 copy color: '#4B2BD8'

red 75 ◦ green 43 ◦ blue 216

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

Shades of Purple Heart #4B2BD8

Tints of Purple Heart #4B2BD8

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.87%

 BLUE value IS 216 (84.77% from 255) = 64.67%

R = 22.46%
G = 12.87%
B = 64.67%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4B2BD8 (or 0x4B2BD8) is known color: Purple Heart. HEX triplet: 4B, 2B and D8. RGB value is (75,43,216). Sum of RGB (Red+Green+Blue) = 75+43+216=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 216 (84.77% from 255 or 64.67% from 334); Max value from RGB is 216 - color contains mainly: blue. Hex color #4B2BD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2BD8 is #B4D427. Grayscale: #474747. Windows color (decimal): -11850792 or 14166859. OLE color: 14166859.

HSL color Cylindrical-coordinate representation of color #4B2BD8: hue angle of 251.1º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B2BD8 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 75 43 216 -
CMYK 0.65 0.80 0 0.15
HSL 251.1º 0.69% 0.51% -
HSV(B) 251.1º 0.8% 0.85% -
XYZ 16.16 8.18 65.69 -
YUV 72.29 209.1 129.93 -
System Red Green Blue C M Y K H S L
Decimal 75 43 216 0.65 0.80 0 0.15 251.1 0.69 0.51
Hex 4B 2B D8 41 50 0 F FB 45 33
Octal 113 53 330 101 120 0 17 373 105 63
Binary 1001011 101011 11011000 1000001 1010000 0 1111 11111011 1000101 110011

Color Harmonies of #4B2BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2BD8

Black with #4B2BD8

Text Example


Text Example

White with #4B2BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,43,216); }

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

background-color css

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

 a { background-color: rgb(75,43,216); }

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

border-color css

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

 span { border-color: rgb(75,43,216); }

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