Html Css Color HEX #610870 Purple

📋 copy color: '#610870'

red 97 ◦ green 8 ◦ blue 112

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

Shades of Purple #610870

Tints of Purple #610870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.69%

 BLUE value IS 112 (44.14% from 255) = 51.61%

R = 44.7%
G = 3.69%
B = 51.61%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#610870 (or 0x610870) is known color: Purple. HEX triplet: 61, 08 and 70. RGB value is (97,8,112). Sum of RGB (Red+Green+Blue) = 97+8+112=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #610870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610870 is #9EF78F. Grayscale: #2E2E2E. Windows color (decimal): -10418064 or 7342177. OLE color: 7342177.

HSL color Cylindrical-coordinate representation of color #610870: hue angle of 291.35º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610870 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 8 112 -
CMYK 0.13 0.93 0 0.56
HSL 291.35º 0.87% 0.24% -
HSV(B) 291.35º 0.93% 0.44% -
XYZ 7.94 3.88 15.66 -
YUV 46.47 164.99 164.04 -
System Red Green Blue C M Y K H S L
Decimal 97 8 112 0.13 0.93 0 0.56 291.35 0.87 0.24
Hex 61 8 70 D 5D 0 38 123 57 18
Octal 141 10 160 15 135 0 70 443 127 30
Binary 1100001 1000 1110000 1101 1011101 0 111000 100100011 1010111 11000

Color Harmonies of #610870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610870

Black with #610870

Text Example


Text Example

White with #610870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610870; }

 p { color: rgb(97,8,112); }

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

background-color css

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

 a { background-color: rgb(97,8,112); }

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

border-color css

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

 span { border-color: rgb(97,8,112); }

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