Html Css Color HEX #53145C Hot Purple

📋 copy color: '#53145C'

red 83 ◦ green 20 ◦ blue 92

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

Shades of Hot Purple #53145C

Tints of Hot Purple #53145C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.26%

 BLUE value IS 92 (36.33% from 255) = 47.18%

R = 42.56%
G = 10.26%
B = 47.18%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53145C (or 0x53145C) is known color: Hot Purple. HEX triplet: 53, 14 and 5C. RGB value is (83,20,92). Sum of RGB (Red+Green+Blue) = 83+20+92=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #53145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53145C is #ACEBA3. Grayscale: #2E2E2E. Windows color (decimal): -11332516 or 6034515. OLE color: 6034515.

HSL color Cylindrical-coordinate representation of color #53145C: hue angle of 292.5º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53145C is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 20 92 -
CMYK 0.10 0.78 0 0.64
HSL 292.5º 0.64% 0.22% -
HSV(B) 292.5º 0.78% 0.36% -
XYZ 5.75 3.11 10.42 -
YUV 47.05 153.37 153.65 -
System Red Green Blue C M Y K H S L
Decimal 83 20 92 0.10 0.78 0 0.64 292.5 0.64 0.22
Hex 53 14 5C A 4E 0 40 124 40 16
Octal 123 24 134 12 116 0 100 444 100 26
Binary 1010011 10100 1011100 1010 1001110 0 1000000 100100100 1000000 10110

Color Harmonies of #53145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53145C

Black with #53145C

Text Example


Text Example

White with #53145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53145C; }

 p { color: rgb(83,20,92); }

 H1.HeaderClassName
 {
   color: #53145C;
 }
 .AnyTagClassName
 {
   color: #53145C;
 }
</style>

background-color css

<style>
 a { background-color: #53145C; }

 a { background-color: rgb(83,20,92); }

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

border-color css

<style>
 span { border-color: #53145C; }

 span { border-color: rgb(83,20,92); }

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