Html Css Color HEX #53125F Hot Purple

📋 copy color: '#53125F'

red 83 ◦ green 18 ◦ blue 95

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

Shades of Hot Purple #53125F

Tints of Hot Purple #53125F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.18%

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

R = 42.35%
G = 9.18%
B = 48.47%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#53125F (or 0x53125F) is known color: Hot Purple. HEX triplet: 53, 12 and 5F. RGB value is (83,18,95). Sum of RGB (Red+Green+Blue) = 83+18+95=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 18 (7.42% from 255 or 9.18% 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 #53125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53125F is #ACEDA0. Grayscale: #2D2D2D. Windows color (decimal): -11333025 or 6230611. OLE color: 6230611.

HSL color Cylindrical-coordinate representation of color #53125F: hue angle of 290.65º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53125F is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 18 95 -
CMYK 0.13 0.81 0 0.63
HSL 290.65º 0.68% 0.22% -
HSV(B) 290.65º 0.81% 0.37% -
XYZ 5.85 3.1 11.12 -
YUV 46.21 155.53 154.24 -
System Red Green Blue C M Y K H S L
Decimal 83 18 95 0.13 0.81 0 0.63 290.65 0.68 0.22
Hex 53 12 5F D 51 0 3F 123 44 16
Octal 123 22 137 15 121 0 77 443 104 26
Binary 1010011 10010 1011111 1101 1010001 0 111111 100100011 1000100 10110

Color Harmonies of #53125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53125F

Black with #53125F

Text Example


Text Example

White with #53125F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,18,95); }

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

background-color css

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

 a { background-color: rgb(83,18,95); }

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

border-color css

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

 span { border-color: rgb(83,18,95); }

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