Html Css Color HEX #4B33DB Purple Heart

📋 copy color: '#4B33DB'

red 75 ◦ green 51 ◦ blue 219

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

Shades of Purple Heart #4B33DB

Tints of Purple Heart #4B33DB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.78%

 BLUE value IS 219 (85.94% from 255) = 63.48%

R = 21.74%
G = 14.78%
B = 63.48%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4B33DB (or 0x4B33DB) is known color: Purple Heart. HEX triplet: 4B, 33 and DB. RGB value is (75,51,219). Sum of RGB (Red+Green+Blue) = 75+51+219=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B33DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B33DB is #B4CC24. Grayscale: #4C4C4C. Windows color (decimal): -11848741 or 14365515. OLE color: 14365515.

HSL color Cylindrical-coordinate representation of color #4B33DB: hue angle of 248.57º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B33DB is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 51 219 -
CMYK 0.66 0.77 0 0.14
HSL 248.57º 0.7% 0.53% -
HSV(B) 248.57º 0.77% 0.86% -
XYZ 16.87 8.98 67.86 -
YUV 77.33 207.95 126.34 -
System Red Green Blue C M Y K H S L
Decimal 75 51 219 0.66 0.77 0 0.14 248.57 0.7 0.53
Hex 4B 33 DB 42 4D 0 E F9 46 35
Octal 113 63 333 102 115 0 16 371 106 65
Binary 1001011 110011 11011011 1000010 1001101 0 1110 11111001 1000110 110101

Color Harmonies of #4B33DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B33DB

Black with #4B33DB

Text Example


Text Example

White with #4B33DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,51,219); }

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

background-color css

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

 a { background-color: rgb(75,51,219); }

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

border-color css

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

 span { border-color: rgb(75,51,219); }

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