Html Css Color HEX #61016D Purple

📋 copy color: '#61016D'

red 97 ◦ green 1 ◦ blue 109

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

Shades of Purple #61016D

Tints of Purple #61016D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 52.66%

R = 46.86%
G = 0.48%
B = 52.66%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#61016D (or 0x61016D) is known color: Purple. HEX triplet: 61, 01 and 6D. RGB value is (97,1,109). Sum of RGB (Red+Green+Blue) = 97+1+109=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #61016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61016D is #9EFE92. Grayscale: #292929. Windows color (decimal): -10419859 or 7143777. OLE color: 7143777.

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

Color convert

RGB 97 1 109 -
CMYK 0.11 0.99 0 0.57
HSL 293.33º 0.98% 0.22% -
HSV(B) 293.33º 0.99% 0.43% -
XYZ 7.7 3.67 14.77 -
YUV 42.02 165.8 167.22 -
System Red Green Blue C M Y K H S L
Decimal 97 1 109 0.11 0.99 0 0.57 293.33 0.98 0.22
Hex 61 1 6D B 63 0 39 125 62 16
Octal 141 1 155 13 143 0 71 445 142 26
Binary 1100001 1 1101101 1011 1100011 0 111001 100100101 1100010 10110

Color Harmonies of #61016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61016D

Black with #61016D

Text Example


Text Example

White with #61016D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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