Html Css Color HEX #4B32BC Purple Heart

📋 copy color: '#4B32BC'

red 75 ◦ green 50 ◦ blue 188

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

Shades of Purple Heart #4B32BC

Tints of Purple Heart #4B32BC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.97%

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

R = 23.96%
G = 15.97%
B = 60.06%

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

#4B32BC (or 0x4B32BC) is known color: Purple Heart. HEX triplet: 4B, 32 and BC. RGB value is (75,50,188). Sum of RGB (Red+Green+Blue) = 75+50+188=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B32BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B32BC is #B4CD43. Grayscale: #484848. Windows color (decimal): -11849028 or 12333643. OLE color: 12333643.

HSL color Cylindrical-coordinate representation of color #4B32BC: hue angle of 250.87º degrees, saturation: 0.58, 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 #4B32BC is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 75 50 188 -
CMYK 0.60 0.73 0 0.26
HSL 250.87º 0.58% 0.47% -
HSV(B) 250.87º 0.73% 0.74% -
XYZ 13.12 7.41 48.32 -
YUV 73.21 192.78 129.28 -
System Red Green Blue C M Y K H S L
Decimal 75 50 188 0.60 0.73 0 0.26 250.87 0.58 0.47
Hex 4B 32 BC 3C 49 0 1A FB 3A 2F
Octal 113 62 274 74 111 0 32 373 72 57
Binary 1001011 110010 10111100 111100 1001001 0 11010 11111011 111010 101111

Color Harmonies of #4B32BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B32BC

Black with #4B32BC

Text Example


Text Example

White with #4B32BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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