Html Css Color HEX #481853 Hot Purple

📋 copy color: '#481853'

red 72 ◦ green 24 ◦ blue 83

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

Shades of Hot Purple #481853

Tints of Hot Purple #481853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.41%

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

R = 40.22%
G = 13.41%
B = 46.37%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#481853 (or 0x481853) is known color: Hot Purple. HEX triplet: 48, 18 and 53. RGB value is (72,24,83). Sum of RGB (Red+Green+Blue) = 72+24+83=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 83 - color contains mainly: blue. Hex color #481853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481853 is #B7E7AC. Grayscale: #2C2C2C. Windows color (decimal): -12052397 or 5445704. OLE color: 5445704.

HSL color Cylindrical-coordinate representation of color #481853: hue angle of 288.81º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481853 is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 24 83 -
CMYK 0.13 0.71 0 0.67
HSL 288.81º 0.55% 0.21% -
HSV(B) 288.81º 0.71% 0.33% -
XYZ 4.56 2.66 8.46 -
YUV 45.08 149.4 147.2 -
System Red Green Blue C M Y K H S L
Decimal 72 24 83 0.13 0.71 0 0.67 288.81 0.55 0.21
Hex 48 18 53 D 47 0 43 121 37 15
Octal 110 30 123 15 107 0 103 441 67 25
Binary 1001000 11000 1010011 1101 1000111 0 1000011 100100001 110111 10101

Color Harmonies of #481853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481853

Black with #481853

Text Example


Text Example

White with #481853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481853; }

 p { color: rgb(72,24,83); }

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

background-color css

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

 a { background-color: rgb(72,24,83); }

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

border-color css

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

 span { border-color: rgb(72,24,83); }

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