Html Css Color HEX #48024E Hot Purple

📋 copy color: '#48024E'

red 72 ◦ green 2 ◦ blue 78

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

Shades of Hot Purple #48024E

Tints of Hot Purple #48024E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

 BLUE value IS 78 (30.86% from 255) = 51.32%

R = 47.37%
G = 1.32%
B = 51.32%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#48024E (or 0x48024E) is known color: Hot Purple. HEX triplet: 48, 02 and 4E. RGB value is (72,2,78). Sum of RGB (Red+Green+Blue) = 72+2+78=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #48024E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48024E is #B7FDB1. Grayscale: #1F1F1F. Windows color (decimal): -12058034 or 5112392. OLE color: 5112392.

HSL color Cylindrical-coordinate representation of color #48024E: hue angle of 295.26º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #48024E is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 2 78 -
CMYK 0.08 0.97 0 0.69
HSL 295.26º 0.95% 0.16% -
HSV(B) 295.26º 0.97% 0.31% -
XYZ 4.07 1.97 7.37 -
YUV 31.59 154.19 156.82 -
System Red Green Blue C M Y K H S L
Decimal 72 2 78 0.08 0.97 0 0.69 295.26 0.95 0.16
Hex 48 2 4E 8 61 0 45 127 5F 10
Octal 110 2 116 10 141 0 105 447 137 20
Binary 1001000 10 1001110 1000 1100001 0 1000101 100100111 1011111 10000

Color Harmonies of #48024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48024E

Black with #48024E

Text Example


Text Example

White with #48024E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48024E; }

 p { color: rgb(72,2,78); }

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

background-color css

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

 a { background-color: rgb(72,2,78); }

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

border-color css

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

 span { border-color: rgb(72,2,78); }

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