Html Css Color HEX #4B1C52 Hot Purple

📋 copy color: '#4B1C52'

red 75 ◦ green 28 ◦ blue 82

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

Shades of Hot Purple #4B1C52

Tints of Hot Purple #4B1C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 44.32%

R = 40.54%
G = 15.14%
B = 44.32%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4B1C52 (or 0x4B1C52) is known color: Hot Purple. HEX triplet: 4B, 1C and 52. RGB value is (75,28,82). Sum of RGB (Red+Green+Blue) = 75+28+82=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 82 - color contains mainly: blue. Hex color #4B1C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B1C52 is #B4E3AD. Grayscale: #303030. Windows color (decimal): -11854766 or 5381195. OLE color: 5381195.

HSL color Cylindrical-coordinate representation of color #4B1C52: hue angle of 292.22º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B1C52 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 75 28 82 -
CMYK 0.09 0.66 0 0.68
HSL 292.22º 0.49% 0.22% -
HSV(B) 292.22º 0.66% 0.32% -
XYZ 4.84 2.94 8.29 -
YUV 48.21 147.07 147.11 -
System Red Green Blue C M Y K H S L
Decimal 75 28 82 0.09 0.66 0 0.68 292.22 0.49 0.22
Hex 4B 1C 52 9 42 0 44 124 31 16
Octal 113 34 122 11 102 0 104 444 61 26
Binary 1001011 11100 1010010 1001 1000010 0 1000100 100100100 110001 10110

Color Harmonies of #4B1C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1C52

Black with #4B1C52

Text Example


Text Example

White with #4B1C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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