Html Css Color HEX #4B0C57 Hot Purple

📋 copy color: '#4B0C57'

red 75 ◦ green 12 ◦ blue 87

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

Shades of Hot Purple #4B0C57

Tints of Hot Purple #4B0C57

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.9%

 BLUE value IS 87 (34.38% from 255) = 50%

R = 43.1%
G = 6.9%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#4B0C57 (or 0x4B0C57) is known color: Hot Purple. HEX triplet: 4B, 0C and 57. RGB value is (75,12,87). Sum of RGB (Red+Green+Blue) = 75+12+87=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #4B0C57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0C57 is #B4F3A8. Grayscale: #272727. Windows color (decimal): -11858857 or 5704779. OLE color: 5704779.

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

Color convert

RGB 75 12 87 -
CMYK 0.14 0.86 0 0.66
HSL 290.4º 0.76% 0.19% -
HSV(B) 290.4º 0.86% 0.34% -
XYZ 4.75 2.45 9.24 -
YUV 39.39 154.87 153.4 -
System Red Green Blue C M Y K H S L
Decimal 75 12 87 0.14 0.86 0 0.66 290.4 0.76 0.19
Hex 4B C 57 E 56 0 42 122 4C 13
Octal 113 14 127 16 126 0 102 442 114 23
Binary 1001011 1100 1010111 1110 1010110 0 1000010 100100010 1001100 10011

Color Harmonies of #4B0C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0C57

Black with #4B0C57

Text Example


Text Example

White with #4B0C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,12,87); }

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

background-color css

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

 a { background-color: rgb(75,12,87); }

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

border-color css

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

 span { border-color: rgb(75,12,87); }

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