Html Css Color HEX #61096D Purple

📋 copy color: '#61096D'

red 97 ◦ green 9 ◦ blue 109

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

Shades of Purple #61096D

Tints of Purple #61096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.19%

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

R = 45.12%
G = 4.19%
B = 50.7%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#61096D (or 0x61096D) is known color: Purple. HEX triplet: 61, 09 and 6D. RGB value is (97,9,109). Sum of RGB (Red+Green+Blue) = 97+9+109=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #61096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61096D is #9EF692. Grayscale: #2E2E2E. Windows color (decimal): -10417811 or 7145825. OLE color: 7145825.

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

Color convert

RGB 97 9 109 -
CMYK 0.11 0.92 0 0.57
HSL 292.8º 0.85% 0.23% -
HSV(B) 292.8º 0.92% 0.43% -
XYZ 7.79 3.84 14.8 -
YUV 46.71 163.15 163.87 -
System Red Green Blue C M Y K H S L
Decimal 97 9 109 0.11 0.92 0 0.57 292.8 0.85 0.23
Hex 61 9 6D B 5C 0 39 125 55 17
Octal 141 11 155 13 134 0 71 445 125 27
Binary 1100001 1001 1101101 1011 1011100 0 111001 100100101 1010101 10111

Color Harmonies of #61096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61096D

Black with #61096D

Text Example


Text Example

White with #61096D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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