Html Css Color HEX #4B1F53 Hot Purple

📋 copy color: '#4B1F53'

red 75 ◦ green 31 ◦ blue 83

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

Shades of Hot Purple #4B1F53

Tints of Hot Purple #4B1F53

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.4%

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

R = 39.68%
G = 16.4%
B = 43.92%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4B1F53 (or 0x4B1F53) is known color: Hot Purple. HEX triplet: 4B, 1F and 53. RGB value is (75,31,83). Sum of RGB (Red+Green+Blue) = 75+31+83=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B1F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B1F53 is #B4E0AC. Grayscale: #313131. Windows color (decimal): -11853997 or 5447499. OLE color: 5447499.

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

Color convert

RGB 75 31 83 -
CMYK 0.10 0.63 0 0.67
HSL 290.77º 0.46% 0.22% -
HSV(B) 290.77º 0.63% 0.33% -
XYZ 4.95 3.1 8.52 -
YUV 50.08 146.58 145.77 -
System Red Green Blue C M Y K H S L
Decimal 75 31 83 0.10 0.63 0 0.67 290.77 0.46 0.22
Hex 4B 1F 53 A 3F 0 43 123 2E 16
Octal 113 37 123 12 77 0 103 443 56 26
Binary 1001011 11111 1010011 1010 111111 0 1000011 100100011 101110 10110

Color Harmonies of #4B1F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1F53

Black with #4B1F53

Text Example


Text Example

White with #4B1F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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