Html Css Color HEX #4B1451 Hot Purple

📋 copy color: '#4B1451'

red 75 ◦ green 20 ◦ blue 81

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

Shades of Hot Purple #4B1451

Tints of Hot Purple #4B1451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.36%

 BLUE value IS 81 (32.03% from 255) = 46.02%

R = 42.61%
G = 11.36%
B = 46.02%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4B1451 (or 0x4B1451) is known color: Hot Purple. HEX triplet: 4B, 14 and 51. RGB value is (75,20,81). Sum of RGB (Red+Green+Blue) = 75+20+81=176 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.61% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 81 (32.03% from 255 or 46.02% from 176); Max value from RGB is 81 - color contains mainly: blue. Hex color #4B1451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1451 is #B4EBAE. Grayscale: #2B2B2B. Windows color (decimal): -11856815 or 5313611. OLE color: 5313611.

HSL color Cylindrical-coordinate representation of color #4B1451: hue angle of 294.1º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B1451 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 75 20 81 -
CMYK 0.07 0.75 0 0.68
HSL 294.1º 0.6% 0.2% -
HSV(B) 294.1º 0.75% 0.32% -
XYZ 4.64 2.59 8.04 -
YUV 43.4 149.22 150.54 -
System Red Green Blue C M Y K H S L
Decimal 75 20 81 0.07 0.75 0 0.68 294.1 0.6 0.2
Hex 4B 14 51 7 4B 0 44 126 3C 14
Octal 113 24 121 7 113 0 104 446 74 24
Binary 1001011 10100 1010001 111 1001011 0 1000100 100100110 111100 10100

Color Harmonies of #4B1451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1451

Black with #4B1451

Text Example


Text Example

White with #4B1451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,20,81); }

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

background-color css

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

 a { background-color: rgb(75,20,81); }

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

border-color css

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

 span { border-color: rgb(75,20,81); }

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