Html Css Color HEX #481C52 Hot Purple

📋 copy color: '#481C52'

red 72 ◦ green 28 ◦ blue 82

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

Shades of Hot Purple #481C52

Tints of Hot Purple #481C52

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.38%

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

R = 39.56%
G = 15.38%
B = 45.05%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#481C52 (or 0x481C52) is known color: Hot Purple. HEX triplet: 48, 1C and 52. RGB value is (72,28,82). Sum of RGB (Red+Green+Blue) = 72+28+82=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 82 - color contains mainly: blue. Hex color #481C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481C52 is #B7E3AD. Grayscale: #2F2F2F. Windows color (decimal): -12051374 or 5381192. OLE color: 5381192.

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

Color convert

RGB 72 28 82 -
CMYK 0.12 0.66 0 0.68
HSL 288.89º 0.49% 0.22% -
HSV(B) 288.89º 0.66% 0.32% -
XYZ 4.61 2.82 8.28 -
YUV 47.31 147.58 145.61 -
System Red Green Blue C M Y K H S L
Decimal 72 28 82 0.12 0.66 0 0.68 288.89 0.49 0.22
Hex 48 1C 52 C 42 0 44 121 31 16
Octal 110 34 122 14 102 0 104 441 61 26
Binary 1001000 11100 1010010 1100 1000010 0 1000100 100100001 110001 10110

Color Harmonies of #481C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C52

Black with #481C52

Text Example


Text Example

White with #481C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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