Html Css Color HEX #5A3360 Hot Purple

📋 copy color: '#5A3360'

red 90 ◦ green 51 ◦ blue 96

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

Shades of Hot Purple #5A3360

Tints of Hot Purple #5A3360

RGB

 RED value IS 90 (35.55% from 255) = 37.97%

 GREEN value IS 51 (20.31% from 255) = 21.52%

 BLUE value IS 96 (37.89% from 255) = 40.51%

R = 37.97%
G = 21.52%
B = 40.51%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5A3360 (or 0x5A3360) is known color: Hot Purple. HEX triplet: 5A, 33 and 60. RGB value is (90,51,96). Sum of RGB (Red+Green+Blue) = 90+51+96=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 96 - color contains mainly: blue. Hex color #5A3360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3360 is #A5CC9F. Grayscale: #434343. Windows color (decimal): -10865824 or 6304602. OLE color: 6304602.

HSL color Cylindrical-coordinate representation of color #5A3360: hue angle of 292º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A3360 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 51 96 -
CMYK 0.06 0.47 0 0.62
HSL 292º 0.31% 0.29% -
HSV(B) 292º 0.47% 0.38% -
XYZ 7.51 5.39 11.71 -
YUV 67.79 143.92 143.84 -
System Red Green Blue C M Y K H S L
Decimal 90 51 96 0.06 0.47 0 0.62 292 0.31 0.29
Hex 5A 33 60 6 2F 0 3E 124 1F 1D
Octal 132 63 140 6 57 0 76 444 37 35
Binary 1011010 110011 1100000 110 101111 0 111110 100100100 11111 11101

Color Harmonies of #5A3360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3360

Black with #5A3360

Text Example


Text Example

White with #5A3360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A3360; }

 p { color: rgb(90,51,96); }

 H1.HeaderClassName
 {
   color: #5A3360;
 }
 .AnyTagClassName
 {
   color: #5A3360;
 }
</style>

background-color css

<style>
 a { background-color: #5A3360; }

 a { background-color: rgb(90,51,96); }

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

border-color css

<style>
 span { border-color: #5A3360; }

 span { border-color: rgb(90,51,96); }

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