Html Css Color HEX #61016F Purple

📋 copy color: '#61016F'

red 97 ◦ green 1 ◦ blue 111

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

Shades of Purple #61016F

Tints of Purple #61016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 53.11%

R = 46.41%
G = 0.48%
B = 53.11%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#61016F (or 0x61016F) is known color: Purple. HEX triplet: 61, 01 and 6F. RGB value is (97,1,111). Sum of RGB (Red+Green+Blue) = 97+1+111=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #61016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61016F is #9EFE90. Grayscale: #292929. Windows color (decimal): -10419857 or 7274849. OLE color: 7274849.

HSL color Cylindrical-coordinate representation of color #61016F: hue angle of 292.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61016F is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 1 111 -
CMYK 0.13 0.99 0 0.56
HSL 292.36º 0.98% 0.22% -
HSV(B) 292.36º 0.99% 0.44% -
XYZ 7.81 3.71 15.34 -
YUV 42.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 97 1 111 0.13 0.99 0 0.56 292.36 0.98 0.22
Hex 61 1 6F D 63 0 38 124 62 16
Octal 141 1 157 15 143 0 70 444 142 26
Binary 1100001 1 1101111 1101 1100011 0 111000 100100100 1100010 10110

Color Harmonies of #61016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61016F

Black with #61016F

Text Example


Text Example

White with #61016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61016F; }

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

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

background-color css

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

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

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

border-color css

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

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

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