Html Css Color HEX #52255B Hot Purple

📋 copy color: '#52255B'

red 82 ◦ green 37 ◦ blue 91

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

Shades of Hot Purple #52255B

Tints of Hot Purple #52255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

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

R = 39.05%
G = 17.62%
B = 43.33%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#52255B (or 0x52255B) is known color: Hot Purple. HEX triplet: 52, 25 and 5B. RGB value is (82,37,91). Sum of RGB (Red+Green+Blue) = 82+37+91=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #52255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52255B is #ADDAA4. Grayscale: #383838. Windows color (decimal): -11393701 or 5973330. OLE color: 5973330.

HSL color Cylindrical-coordinate representation of color #52255B: hue angle of 290º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52255B is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 37 91 -
CMYK 0.10 0.59 0 0.64
HSL 290º 0.42% 0.25% -
HSV(B) 290º 0.59% 0.36% -
XYZ 6.03 3.87 10.33 -
YUV 56.61 147.41 146.11 -
System Red Green Blue C M Y K H S L
Decimal 82 37 91 0.10 0.59 0 0.64 290 0.42 0.25
Hex 52 25 5B A 3B 0 40 122 2A 19
Octal 122 45 133 12 73 0 100 442 52 31
Binary 1010010 100101 1011011 1010 111011 0 1000000 100100010 101010 11001

Color Harmonies of #52255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52255B

Black with #52255B

Text Example


Text Example

White with #52255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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