Html Css Color HEX #481152 Hot Purple

📋 copy color: '#481152'

red 72 ◦ green 17 ◦ blue 82

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

Shades of Hot Purple #481152

Tints of Hot Purple #481152

RGB

 RED value IS 72 (28.52% from 255) = 42.11%

 GREEN value IS 17 (7.03% from 255) = 9.94%

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

R = 42.11%
G = 9.94%
B = 47.95%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#481152 (or 0x481152) is known color: Hot Purple. HEX triplet: 48, 11 and 52. RGB value is (72,17,82). Sum of RGB (Red+Green+Blue) = 72+17+82=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 82 - color contains mainly: blue. Hex color #481152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481152 is #B7EEAD. Grayscale: #282828. Windows color (decimal): -12054190 or 5378376. OLE color: 5378376.

HSL color Cylindrical-coordinate representation of color #481152: hue angle of 290.77º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #481152 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 17 82 -
CMYK 0.12 0.79 0 0.68
HSL 290.77º 0.66% 0.19% -
HSV(B) 290.77º 0.79% 0.32% -
XYZ 4.4 2.39 8.21 -
YUV 40.86 151.22 150.21 -
System Red Green Blue C M Y K H S L
Decimal 72 17 82 0.12 0.79 0 0.68 290.77 0.66 0.19
Hex 48 11 52 C 4F 0 44 123 42 13
Octal 110 21 122 14 117 0 104 443 102 23
Binary 1001000 10001 1010010 1100 1001111 0 1000100 100100011 1000010 10011

Color Harmonies of #481152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481152

Black with #481152

Text Example


Text Example

White with #481152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481152; }

 p { color: rgb(72,17,82); }

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

background-color css

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

 a { background-color: rgb(72,17,82); }

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

border-color css

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

 span { border-color: rgb(72,17,82); }

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