Html Css Color HEX #610065 Purple

📋 copy color: '#610065'

red 97 ◦ green 0 ◦ blue 101

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

Shades of Purple #610065

Tints of Purple #610065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 51.01%

R = 48.99%
G = 0%
B = 51.01%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#610065 (or 0x610065) is known color: Purple. HEX triplet: 61, 00 and 65. RGB value is (97,0,101). Sum of RGB (Red+Green+Blue) = 97+0+101=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #610065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610065 is #9EFF9A. Grayscale: #282828. Windows color (decimal): -10420123 or 6619233. OLE color: 6619233.

HSL color Cylindrical-coordinate representation of color #610065: hue angle of 297.62º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610065 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 0 101 -
CMYK 0.04 1 0 0.60
HSL 297.62º 1% 0.2% -
HSV(B) 297.62º 1% 0.4% -
XYZ 7.28 3.48 12.6 -
YUV 40.52 162.14 168.29 -
System Red Green Blue C M Y K H S L
Decimal 97 0 101 0.04 1 0 0.60 297.62 1 0.2
Hex 61 0 65 4 64 0 3C 12A 64 14
Octal 141 0 145 4 144 0 74 452 144 24
Binary 1100001 0 1100101 100 1100100 0 111100 100101010 1100100 10100

Color Harmonies of #610065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610065

Black with #610065

Text Example


Text Example

White with #610065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610065; }

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

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

background-color css

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

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

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

border-color css

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

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

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