Html Css Color HEX #610670 Purple

📋 copy color: '#610670'

red 97 ◦ green 6 ◦ blue 112

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

Shades of Purple #610670

Tints of Purple #610670

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.79%

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

R = 45.12%
G = 2.79%
B = 52.09%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#610670 (or 0x610670) is known color: Purple. HEX triplet: 61, 06 and 70. RGB value is (97,6,112). Sum of RGB (Red+Green+Blue) = 97+6+112=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #610670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610670 is #9EF98F. Grayscale: #2C2C2C. Windows color (decimal): -10418576 or 7341665. OLE color: 7341665.

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

Color convert

RGB 97 6 112 -
CMYK 0.13 0.95 0 0.56
HSL 291.51º 0.9% 0.23% -
HSV(B) 291.51º 0.95% 0.44% -
XYZ 7.92 3.84 15.65 -
YUV 45.29 165.65 164.88 -
System Red Green Blue C M Y K H S L
Decimal 97 6 112 0.13 0.95 0 0.56 291.51 0.9 0.23
Hex 61 6 70 D 5F 0 38 124 5A 17
Octal 141 6 160 15 137 0 70 444 132 27
Binary 1100001 110 1110000 1101 1011111 0 111000 100100100 1011010 10111

Color Harmonies of #610670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610670

Black with #610670

Text Example


Text Example

White with #610670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610670; }

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

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

background-color css

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

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

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

border-color css

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

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

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