Html Css Color HEX #610071 Purple

📋 copy color: '#610071'

red 97 ◦ green 0 ◦ blue 113

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

Shades of Purple #610071

Tints of Purple #610071

RGB

 RED value IS 97 (38.28% from 255) = 46.19%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 113 (44.53% from 255) = 53.81%

R = 46.19%
G = 0%
B = 53.81%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#610071 (or 0x610071) is known color: Purple. HEX triplet: 61, 00 and 71. RGB value is (97,0,113). Sum of RGB (Red+Green+Blue) = 97+0+113=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #610071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610071 is #9EFF8E. Grayscale: #292929. Windows color (decimal): -10420111 or 7405665. OLE color: 7405665.

HSL color Cylindrical-coordinate representation of color #610071: hue angle of 291.5º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610071 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 0 113 -
CMYK 0.14 1 0 0.56
HSL 291.5º 1% 0.22% -
HSV(B) 291.5º 1% 0.44% -
XYZ 7.91 3.73 15.93 -
YUV 41.89 168.14 167.31 -
System Red Green Blue C M Y K H S L
Decimal 97 0 113 0.14 1 0 0.56 291.5 1 0.22
Hex 61 0 71 E 64 0 38 124 64 16
Octal 141 0 161 16 144 0 70 444 144 26
Binary 1100001 0 1110001 1110 1100100 0 111000 100100100 1100100 10110

Color Harmonies of #610071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610071

Black with #610071

Text Example


Text Example

White with #610071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610071; }

 p { color: rgb(97,0,113); }

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

background-color css

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

 a { background-color: rgb(97,0,113); }

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

border-color css

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

 span { border-color: rgb(97,0,113); }

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