Html Css Color HEX #61086B Purple

📋 copy color: '#61086B'

red 97 ◦ green 8 ◦ blue 107

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

Shades of Purple #61086B

Tints of Purple #61086B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.77%

 BLUE value IS 107 (42.19% from 255) = 50.47%

R = 45.75%
G = 3.77%
B = 50.47%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#61086B (or 0x61086B) is known color: Purple. HEX triplet: 61, 08 and 6B. RGB value is (97,8,107). Sum of RGB (Red+Green+Blue) = 97+8+107=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #61086B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61086B is #9EF794. Grayscale: #2D2D2D. Windows color (decimal): -10418069 or 7014497. OLE color: 7014497.

HSL color Cylindrical-coordinate representation of color #61086B: hue angle of 293.94º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61086B is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 8 107 -
CMYK 0.09 0.93 0 0.58
HSL 293.94º 0.86% 0.23% -
HSV(B) 293.94º 0.93% 0.42% -
XYZ 7.67 3.78 14.23 -
YUV 45.9 162.49 164.45 -
System Red Green Blue C M Y K H S L
Decimal 97 8 107 0.09 0.93 0 0.58 293.94 0.86 0.23
Hex 61 8 6B 9 5D 0 3A 126 56 17
Octal 141 10 153 11 135 0 72 446 126 27
Binary 1100001 1000 1101011 1001 1011101 0 111010 100100110 1010110 10111

Color Harmonies of #61086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61086B

Black with #61086B

Text Example


Text Example

White with #61086B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61086B; }

 p { color: rgb(97,8,107); }

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

background-color css

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

 a { background-color: rgb(97,8,107); }

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

border-color css

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

 span { border-color: rgb(97,8,107); }

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