Html Css Color HEX #4B1C54 Hot Purple

📋 copy color: '#4B1C54'

red 75 ◦ green 28 ◦ blue 84

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

Shades of Hot Purple #4B1C54

Tints of Hot Purple #4B1C54

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.97%

 BLUE value IS 84 (33.2% from 255) = 44.92%

R = 40.11%
G = 14.97%
B = 44.92%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4B1C54 (or 0x4B1C54) is known color: Hot Purple. HEX triplet: 4B, 1C and 54. RGB value is (75,28,84). Sum of RGB (Red+Green+Blue) = 75+28+84=187 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.11% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #4B1C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B1C54 is #B4E3AB. Grayscale: #303030. Windows color (decimal): -11854764 or 5512267. OLE color: 5512267.

HSL color Cylindrical-coordinate representation of color #4B1C54: hue angle of 290.36º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B1C54 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 28 84 -
CMYK 0.11 0.67 0 0.67
HSL 290.36º 0.5% 0.22% -
HSV(B) 290.36º 0.67% 0.33% -
XYZ 4.92 2.97 8.7 -
YUV 48.44 148.07 146.95 -
System Red Green Blue C M Y K H S L
Decimal 75 28 84 0.11 0.67 0 0.67 290.36 0.5 0.22
Hex 4B 1C 54 B 43 0 43 122 32 16
Octal 113 34 124 13 103 0 103 442 62 26
Binary 1001011 11100 1010100 1011 1000011 0 1000011 100100010 110010 10110

Color Harmonies of #4B1C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1C54

Black with #4B1C54

Text Example


Text Example

White with #4B1C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,28,84); }

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

background-color css

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

 a { background-color: rgb(75,28,84); }

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

border-color css

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

 span { border-color: rgb(75,28,84); }

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