Html Css Color HEX #52095B Hot Purple

📋 copy color: '#52095B'

red 82 ◦ green 9 ◦ blue 91

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

Shades of Hot Purple #52095B

Tints of Hot Purple #52095B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 50%

R = 45.05%
G = 4.95%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#52095B (or 0x52095B) is known color: Hot Purple. HEX triplet: 52, 09 and 5B. RGB value is (82,9,91). Sum of RGB (Red+Green+Blue) = 82+9+91=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #52095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52095B is #ADF6A4. Grayscale: #272727. Windows color (decimal): -11400869 or 5966162. OLE color: 5966162.

HSL color Cylindrical-coordinate representation of color #52095B: hue angle of 293.41º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52095B is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 9 91 -
CMYK 0.10 0.90 0 0.64
HSL 293.41º 0.82% 0.2% -
HSV(B) 293.41º 0.9% 0.36% -
XYZ 5.47 2.74 10.14 -
YUV 40.18 156.68 157.83 -
System Red Green Blue C M Y K H S L
Decimal 82 9 91 0.10 0.90 0 0.64 293.41 0.82 0.2
Hex 52 9 5B A 5A 0 40 125 52 14
Octal 122 11 133 12 132 0 100 445 122 24
Binary 1010010 1001 1011011 1010 1011010 0 1000000 100100101 1010010 10100

Color Harmonies of #52095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52095B

Black with #52095B

Text Example


Text Example

White with #52095B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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