Html Css Color HEX #4B1A53 Hot Purple

📋 copy color: '#4B1A53'

red 75 ◦ green 26 ◦ blue 83

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

Shades of Hot Purple #4B1A53

Tints of Hot Purple #4B1A53

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.13%

 BLUE value IS 83 (32.81% from 255) = 45.11%

R = 40.76%
G = 14.13%
B = 45.11%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4B1A53 (or 0x4B1A53) is known color: Hot Purple. HEX triplet: 4B, 1A and 53. RGB value is (75,26,83). Sum of RGB (Red+Green+Blue) = 75+26+83=184 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.76% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B1A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B1A53 is #B4E5AC. Grayscale: #2E2E2E. Windows color (decimal): -11855277 or 5446219. OLE color: 5446219.

HSL color Cylindrical-coordinate representation of color #4B1A53: hue angle of 291.58º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B1A53 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 26 83 -
CMYK 0.10 0.69 0 0.67
HSL 291.58º 0.52% 0.21% -
HSV(B) 291.58º 0.69% 0.33% -
XYZ 4.83 2.86 8.48 -
YUV 47.15 148.23 147.87 -
System Red Green Blue C M Y K H S L
Decimal 75 26 83 0.10 0.69 0 0.67 291.58 0.52 0.21
Hex 4B 1A 53 A 45 0 43 124 34 15
Octal 113 32 123 12 105 0 103 444 64 25
Binary 1001011 11010 1010011 1010 1000101 0 1000011 100100100 110100 10101

Color Harmonies of #4B1A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1A53

Black with #4B1A53

Text Example


Text Example

White with #4B1A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,26,83); }

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

background-color css

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

 a { background-color: rgb(75,26,83); }

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

border-color css

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

 span { border-color: rgb(75,26,83); }

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