Html Css Color HEX #4B33BB Purple Heart

📋 copy color: '#4B33BB'

red 75 ◦ green 51 ◦ blue 187

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

Shades of Purple Heart #4B33BB

Tints of Purple Heart #4B33BB

RGB

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

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

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

R = 23.96%
G = 16.29%
B = 59.74%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B33BB (or 0x4B33BB) is known color: Purple Heart. HEX triplet: 4B, 33 and BB. RGB value is (75,51,187). Sum of RGB (Red+Green+Blue) = 75+51+187=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #4B33BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B33BB is #B4CC44. Grayscale: #494949. Windows color (decimal): -11848773 or 12268363. OLE color: 12268363.

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

Color convert

RGB 75 51 187 -
CMYK 0.60 0.73 0 0.27
HSL 250.59º 0.57% 0.47% -
HSV(B) 250.59º 0.73% 0.73% -
XYZ 13.06 7.45 47.76 -
YUV 73.68 191.95 128.94 -
System Red Green Blue C M Y K H S L
Decimal 75 51 187 0.60 0.73 0 0.27 250.59 0.57 0.47
Hex 4B 33 BB 3C 49 0 1B FB 39 2F
Octal 113 63 273 74 111 0 33 373 71 57
Binary 1001011 110011 10111011 111100 1001001 0 11011 11111011 111001 101111

Color Harmonies of #4B33BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B33BB

Black with #4B33BB

Text Example


Text Example

White with #4B33BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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