Html Css Color HEX #53025A Hot Purple

📋 copy color: '#53025A'

red 83 ◦ green 2 ◦ blue 90

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

Shades of Hot Purple #53025A

Tints of Hot Purple #53025A

RGB

 RED value IS 83 (32.81% from 255) = 47.43%

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

 BLUE value IS 90 (35.55% from 255) = 51.43%

R = 47.43%
G = 1.14%
B = 51.43%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53025A (or 0x53025A) is known color: Hot Purple. HEX triplet: 53, 02 and 5A. RGB value is (83,2,90). Sum of RGB (Red+Green+Blue) = 83+2+90=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #53025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53025A is #ACFDA5. Grayscale: #232323. Windows color (decimal): -11337126 or 5898835. OLE color: 5898835.

HSL color Cylindrical-coordinate representation of color #53025A: hue angle of 295.23º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53025A is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 2 90 -
CMYK 0.08 0.98 0 0.65
HSL 295.23º 0.96% 0.18% -
HSV(B) 295.23º 0.98% 0.35% -
XYZ 5.43 2.62 9.89 -
YUV 36.25 158.34 161.34 -
System Red Green Blue C M Y K H S L
Decimal 83 2 90 0.08 0.98 0 0.65 295.23 0.96 0.18
Hex 53 2 5A 8 62 0 41 127 60 12
Octal 123 2 132 10 142 0 101 447 140 22
Binary 1010011 10 1011010 1000 1100010 0 1000001 100100111 1100000 10010

Color Harmonies of #53025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53025A

Black with #53025A

Text Example


Text Example

White with #53025A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53025A; }

 p { color: rgb(83,2,90); }

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

background-color css

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

 a { background-color: rgb(83,2,90); }

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

border-color css

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

 span { border-color: rgb(83,2,90); }

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