Html Css Color HEX #4B1752 Hot Purple

📋 copy color: '#4B1752'

red 75 ◦ green 23 ◦ blue 82

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

Shades of Hot Purple #4B1752

Tints of Hot Purple #4B1752

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.78%

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

R = 41.67%
G = 12.78%
B = 45.56%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4B1752 (or 0x4B1752) is known color: Hot Purple. HEX triplet: 4B, 17 and 52. RGB value is (75,23,82). Sum of RGB (Red+Green+Blue) = 75+23+82=180 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.67% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 82 (32.42% from 255 or 45.56% from 180); Max value from RGB is 82 - color contains mainly: blue. Hex color #4B1752 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1752 is #B4E8AD. Grayscale: #2D2D2D. Windows color (decimal): -11856046 or 5379915. OLE color: 5379915.

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

Color convert

RGB 75 23 82 -
CMYK 0.09 0.72 0 0.68
HSL 292.88º 0.56% 0.21% -
HSV(B) 292.88º 0.72% 0.32% -
XYZ 4.73 2.72 8.26 -
YUV 45.27 148.73 149.2 -
System Red Green Blue C M Y K H S L
Decimal 75 23 82 0.09 0.72 0 0.68 292.88 0.56 0.21
Hex 4B 17 52 9 48 0 44 125 38 15
Octal 113 27 122 11 110 0 104 445 70 25
Binary 1001011 10111 1010010 1001 1001000 0 1000100 100100101 111000 10101

Color Harmonies of #4B1752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1752

Black with #4B1752

Text Example


Text Example

White with #4B1752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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