Html Css Color HEX #4B1353 Hot Purple

📋 copy color: '#4B1353'

red 75 ◦ green 19 ◦ blue 83

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

Shades of Hot Purple #4B1353

Tints of Hot Purple #4B1353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.73%

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

R = 42.37%
G = 10.73%
B = 46.89%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4B1353 (or 0x4B1353) is known color: Hot Purple. HEX triplet: 4B, 13 and 53. RGB value is (75,19,83). Sum of RGB (Red+Green+Blue) = 75+19+83=177 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.37% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 83 (32.81% from 255 or 46.89% from 177); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B1353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1353 is #B4ECAC. Grayscale: #2A2A2A. Windows color (decimal): -11857069 or 5444427. OLE color: 5444427.

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

Color convert

RGB 75 19 83 -
CMYK 0.10 0.77 0 0.67
HSL 292.5º 0.63% 0.2% -
HSV(B) 292.5º 0.77% 0.33% -
XYZ 4.7 2.59 8.44 -
YUV 43.04 150.55 150.8 -
System Red Green Blue C M Y K H S L
Decimal 75 19 83 0.10 0.77 0 0.67 292.5 0.63 0.2
Hex 4B 13 53 A 4D 0 43 124 3F 14
Octal 113 23 123 12 115 0 103 444 77 24
Binary 1001011 10011 1010011 1010 1001101 0 1000011 100100100 111111 10100

Color Harmonies of #4B1353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1353

Black with #4B1353

Text Example


Text Example

White with #4B1353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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