Html Css Color HEX #610166 Purple

📋 copy color: '#610166'

red 97 ◦ green 1 ◦ blue 102

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

Shades of Purple #610166

Tints of Purple #610166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 102 (40.23% from 255) = 51%

R = 48.5%
G = 0.5%
B = 51%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#610166 (or 0x610166) is known color: Purple. HEX triplet: 61, 01 and 66. RGB value is (97,1,102). Sum of RGB (Red+Green+Blue) = 97+1+102=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #610166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610166 is #9EFE99. Grayscale: #282828. Windows color (decimal): -10419866 or 6685025. OLE color: 6685025.

HSL color Cylindrical-coordinate representation of color #610166: hue angle of 297.03º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610166 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 97 1 102 -
CMYK 0.05 0.99 0 0.6
HSL 297.03º 0.98% 0.2% -
HSV(B) 297.03º 0.99% 0.4% -
XYZ 7.34 3.52 12.86 -
YUV 41.22 162.3 167.79 -
System Red Green Blue C M Y K H S L
Decimal 97 1 102 0.05 0.99 0 0.6 297.03 0.98 0.2
Hex 61 1 66 5 63 0 3C 129 62 14
Octal 141 1 146 5 143 0 74 451 142 24
Binary 1100001 1 1100110 101 1100011 0 111100 100101001 1100010 10100

Color Harmonies of #610166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610166

Black with #610166

Text Example


Text Example

White with #610166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610166; }

 p { color: rgb(97,1,102); }

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

background-color css

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

 a { background-color: rgb(97,1,102); }

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

border-color css

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

 span { border-color: rgb(97,1,102); }

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