Html Css Color HEX #53375A Hot Purple

📋 copy color: '#53375A'

red 83 ◦ green 55 ◦ blue 90

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

Shades of Hot Purple #53375A

Tints of Hot Purple #53375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.12%

 BLUE value IS 90 (35.55% from 255) = 39.47%

R = 36.4%
G = 24.12%
B = 39.47%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53375A (or 0x53375A) is known color: Hot Purple. HEX triplet: 53, 37 and 5A. RGB value is (83,55,90). Sum of RGB (Red+Green+Blue) = 83+55+90=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 90 - color contains mainly: blue. Hex color #53375A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53375A is #ACC8A5. Grayscale: #434343. Windows color (decimal): -11323558 or 5912403. OLE color: 5912403.

HSL color Cylindrical-coordinate representation of color #53375A: hue angle of 288º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53375A is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 55 90 -
CMYK 0.08 0.39 0 0.65
HSL 288º 0.24% 0.28% -
HSV(B) 288º 0.39% 0.35% -
XYZ 6.78 5.31 10.34 -
YUV 67.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 83 55 90 0.08 0.39 0 0.65 288 0.24 0.28
Hex 53 37 5A 8 27 0 41 120 18 1C
Octal 123 67 132 10 47 0 101 440 30 34
Binary 1010011 110111 1011010 1000 100111 0 1000001 100100000 11000 11100

Color Harmonies of #53375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53375A

Black with #53375A

Text Example


Text Example

White with #53375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53375A; }

 p { color: rgb(83,55,90); }

 H1.HeaderClassName
 {
   color: #53375A;
 }
 .AnyTagClassName
 {
   color: #53375A;
 }
</style>

background-color css

<style>
 a { background-color: #53375A; }

 a { background-color: rgb(83,55,90); }

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

border-color css

<style>
 span { border-color: #53375A; }

 span { border-color: rgb(83,55,90); }

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