Html Css Color HEX #52095A Hot Purple

📋 copy color: '#52095A'

red 82 ◦ green 9 ◦ blue 90

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

Shades of Hot Purple #52095A

Tints of Hot Purple #52095A

RGB

 RED value IS 82 (32.42% from 255) = 45.3%

 GREEN value IS 9 (3.91% from 255) = 4.97%

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

R = 45.3%
G = 4.97%
B = 49.72%

CMYK

 C value IS 0.09

 M value IS 0.9

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#52095A (or 0x52095A) is known color: Hot Purple. HEX triplet: 52, 09 and 5A. RGB value is (82,9,90). Sum of RGB (Red+Green+Blue) = 82+9+90=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #52095A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52095A is #ADF6A5. Grayscale: #272727. Windows color (decimal): -11400870 or 5900626. OLE color: 5900626.

HSL color Cylindrical-coordinate representation of color #52095A: hue angle of 294.07º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52095A is Cyan = 0.09, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 9 90 -
CMYK 0.09 0.9 0 0.65
HSL 294.07º 0.82% 0.19% -
HSV(B) 294.07º 0.9% 0.35% -
XYZ 5.42 2.73 9.91 -
YUV 40.06 156.18 157.91 -
System Red Green Blue C M Y K H S L
Decimal 82 9 90 0.09 0.9 0 0.65 294.07 0.82 0.19
Hex 52 9 5A 9 5A 0 41 126 52 13
Octal 122 11 132 11 132 0 101 446 122 23
Binary 1010010 1001 1011010 1001 1011010 0 1000001 100100110 1010010 10011

Color Harmonies of #52095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52095A

Black with #52095A

Text Example


Text Example

White with #52095A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,9,90); }

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

background-color css

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

 a { background-color: rgb(82,9,90); }

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

border-color css

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

 span { border-color: rgb(82,9,90); }

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