Html Css Color HEX #610B6E Purple

📋 copy color: '#610B6E'

red 97 ◦ green 11 ◦ blue 110

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

Shades of Purple #610B6E

Tints of Purple #610B6E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.05%

 BLUE value IS 110 (43.36% from 255) = 50.46%

R = 44.5%
G = 5.05%
B = 50.46%

CMYK

 C value IS 0.12

 M value IS 0.9

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#610B6E (or 0x610B6E) is known color: Purple. HEX triplet: 61, 0B and 6E. RGB value is (97,11,110). Sum of RGB (Red+Green+Blue) = 97+11+110=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #610B6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610B6E is #9EF491. Grayscale: #2F2F2F. Windows color (decimal): -10417298 or 7211873. OLE color: 7211873.

HSL color Cylindrical-coordinate representation of color #610B6E: hue angle of 292.12º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #610B6E is Cyan = 0.12, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 97 11 110 -
CMYK 0.12 0.9 0 0.57
HSL 292.12º 0.82% 0.24% -
HSV(B) 292.12º 0.9% 0.43% -
XYZ 7.86 3.91 15.09 -
YUV 48 162.99 162.95 -
System Red Green Blue C M Y K H S L
Decimal 97 11 110 0.12 0.9 0 0.57 292.12 0.82 0.24
Hex 61 B 6E C 5A 0 39 124 52 18
Octal 141 13 156 14 132 0 71 444 122 30
Binary 1100001 1011 1101110 1100 1011010 0 111001 100100100 1010010 11000

Color Harmonies of #610B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610B6E

Black with #610B6E

Text Example


Text Example

White with #610B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610B6E; }

 p { color: rgb(97,11,110); }

 H1.HeaderClassName
 {
   color: #610B6E;
 }
 .AnyTagClassName
 {
   color: #610B6E;
 }
</style>

background-color css

<style>
 a { background-color: #610B6E; }

 a { background-color: rgb(97,11,110); }

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

border-color css

<style>
 span { border-color: #610B6E; }

 span { border-color: rgb(97,11,110); }

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