Html Css Color HEX #531061 Hot Purple

📋 copy color: '#531061'

red 83 ◦ green 16 ◦ blue 97

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

Shades of Hot Purple #531061

Tints of Hot Purple #531061

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.16%

 BLUE value IS 97 (38.28% from 255) = 49.49%

R = 42.35%
G = 8.16%
B = 49.49%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#531061 (or 0x531061) is known color: Hot Purple. HEX triplet: 53, 10 and 61. RGB value is (83,16,97). Sum of RGB (Red+Green+Blue) = 83+16+97=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #531061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531061 is #ACEF9E. Grayscale: #2D2D2D. Windows color (decimal): -11333535 or 6361171. OLE color: 6361171.

HSL color Cylindrical-coordinate representation of color #531061: hue angle of 289.63º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531061 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 16 97 -
CMYK 0.14 0.84 0 0.62
HSL 289.63º 0.72% 0.22% -
HSV(B) 289.63º 0.84% 0.38% -
XYZ 5.91 3.07 11.59 -
YUV 45.27 157.2 154.91 -
System Red Green Blue C M Y K H S L
Decimal 83 16 97 0.14 0.84 0 0.62 289.63 0.72 0.22
Hex 53 10 61 E 54 0 3E 122 48 16
Octal 123 20 141 16 124 0 76 442 110 26
Binary 1010011 10000 1100001 1110 1010100 0 111110 100100010 1001000 10110

Color Harmonies of #531061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531061

Black with #531061

Text Example


Text Example

White with #531061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531061; }

 p { color: rgb(83,16,97); }

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

background-color css

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

 a { background-color: rgb(83,16,97); }

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

border-color css

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

 span { border-color: rgb(83,16,97); }

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