Html Css Color HEX #52135F Hot Purple

📋 copy color: '#52135F'

red 82 ◦ green 19 ◦ blue 95

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

Shades of Hot Purple #52135F

Tints of Hot Purple #52135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.69%

 BLUE value IS 95 (37.5% from 255) = 48.47%

R = 41.84%
G = 9.69%
B = 48.47%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#52135F (or 0x52135F) is known color: Hot Purple. HEX triplet: 52, 13 and 5F. RGB value is (82,19,95). Sum of RGB (Red+Green+Blue) = 82+19+95=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #52135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52135F is #ADECA0. Grayscale: #2E2E2E. Windows color (decimal): -11398305 or 6230866. OLE color: 6230866.

HSL color Cylindrical-coordinate representation of color #52135F: hue angle of 289.74º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52135F is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 82 19 95 -
CMYK 0.14 0.80 0 0.63
HSL 289.74º 0.67% 0.22% -
HSV(B) 289.74º 0.8% 0.37% -
XYZ 5.78 3.09 11.12 -
YUV 46.5 155.37 153.32 -
System Red Green Blue C M Y K H S L
Decimal 82 19 95 0.14 0.80 0 0.63 289.74 0.67 0.22
Hex 52 13 5F E 50 0 3F 122 43 16
Octal 122 23 137 16 120 0 77 442 103 26
Binary 1010010 10011 1011111 1110 1010000 0 111111 100100010 1000011 10110

Color Harmonies of #52135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52135F

Black with #52135F

Text Example


Text Example

White with #52135F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52135F; }

 p { color: rgb(82,19,95); }

 H1.HeaderClassName
 {
   color: #52135F;
 }
 .AnyTagClassName
 {
   color: #52135F;
 }
</style>

background-color css

<style>
 a { background-color: #52135F; }

 a { background-color: rgb(82,19,95); }

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

border-color css

<style>
 span { border-color: #52135F; }

 span { border-color: rgb(82,19,95); }

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