Html Css Color HEX #4B33BC Purple Heart

📋 copy color: '#4B33BC'

red 75 ◦ green 51 ◦ blue 188

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

Shades of Purple Heart #4B33BC

Tints of Purple Heart #4B33BC

RGB

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

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

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

R = 23.89%
G = 16.24%
B = 59.87%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4B33BC (or 0x4B33BC) is known color: Purple Heart. HEX triplet: 4B, 33 and BC. RGB value is (75,51,188). Sum of RGB (Red+Green+Blue) = 75+51+188=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B33BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B33BC is #B4CC43. Grayscale: #494949. Windows color (decimal): -11848772 or 12333899. OLE color: 12333899.

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

Color convert

RGB 75 51 188 -
CMYK 0.60 0.73 0 0.26
HSL 250.51º 0.57% 0.47% -
HSV(B) 250.51º 0.73% 0.74% -
XYZ 13.16 7.49 48.33 -
YUV 73.79 192.45 128.86 -
System Red Green Blue C M Y K H S L
Decimal 75 51 188 0.60 0.73 0 0.26 250.51 0.57 0.47
Hex 4B 33 BC 3C 49 0 1A FB 39 2F
Octal 113 63 274 74 111 0 32 373 71 57
Binary 1001011 110011 10111100 111100 1001001 0 11010 11111011 111001 101111

Color Harmonies of #4B33BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B33BC

Black with #4B33BC

Text Example


Text Example

White with #4B33BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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