Html Css Color HEX #61076F Purple

📋 copy color: '#61076F'

red 97 ◦ green 7 ◦ blue 111

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

Shades of Purple #61076F

Tints of Purple #61076F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.26%

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

R = 45.12%
G = 3.26%
B = 51.63%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#61076F (or 0x61076F) is known color: Purple. HEX triplet: 61, 07 and 6F. RGB value is (97,7,111). Sum of RGB (Red+Green+Blue) = 97+7+111=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #61076F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61076F is #9EF890. Grayscale: #2D2D2D. Windows color (decimal): -10418321 or 7276385. OLE color: 7276385.

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

Color convert

RGB 97 7 111 -
CMYK 0.13 0.94 0 0.56
HSL 291.92º 0.88% 0.23% -
HSV(B) 291.92º 0.94% 0.44% -
XYZ 7.87 3.84 15.37 -
YUV 45.77 164.82 164.54 -
System Red Green Blue C M Y K H S L
Decimal 97 7 111 0.13 0.94 0 0.56 291.92 0.88 0.23
Hex 61 7 6F D 5E 0 38 124 58 17
Octal 141 7 157 15 136 0 70 444 130 27
Binary 1100001 111 1101111 1101 1011110 0 111000 100100100 1011000 10111

Color Harmonies of #61076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61076F

Black with #61076F

Text Example


Text Example

White with #61076F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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