Html Css Color HEX #610164 Purple

📋 copy color: '#610164'

red 97 ◦ green 1 ◦ blue 100

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

Shades of Purple #610164

Tints of Purple #610164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 50.51%

R = 48.99%
G = 0.51%
B = 50.51%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#610164 (or 0x610164) is known color: Purple. HEX triplet: 61, 01 and 64. RGB value is (97,1,100). Sum of RGB (Red+Green+Blue) = 97+1+100=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 100 (39.45% from 255 or 50.51% from 198); Max value from RGB is 100 - color contains mainly: blue. Hex color #610164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610164 is #9EFE9B. Grayscale: #282828. Windows color (decimal): -10419868 or 6553953. OLE color: 6553953.

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

Color convert

RGB 97 1 100 -
CMYK 0.03 0.99 0 0.61
HSL 298.18º 0.98% 0.2% -
HSV(B) 298.18º 0.99% 0.39% -
XYZ 7.24 3.48 12.35 -
YUV 40.99 161.3 167.95 -
System Red Green Blue C M Y K H S L
Decimal 97 1 100 0.03 0.99 0 0.61 298.18 0.98 0.2
Hex 61 1 64 3 63 0 3D 12A 62 14
Octal 141 1 144 3 143 0 75 452 142 24
Binary 1100001 1 1100100 11 1100011 0 111101 100101010 1100010 10100

Color Harmonies of #610164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610164

Black with #610164

Text Example


Text Example

White with #610164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610164; }

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

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

background-color css

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

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

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

border-color css

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

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

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