Html Css Color HEX #61256C Seance

📋 copy color: '#61256C'

red 97 ◦ green 37 ◦ blue 108

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

Shades of Seance #61256C

Tints of Seance #61256C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.29%

 BLUE value IS 108 (42.58% from 255) = 44.63%

R = 40.08%
G = 15.29%
B = 44.63%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#61256C (or 0x61256C) is known color: Seance. HEX triplet: 61, 25 and 6C. RGB value is (97,37,108). Sum of RGB (Red+Green+Blue) = 97+37+108=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #61256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61256C is #9EDA93. Grayscale: #3E3E3E. Windows color (decimal): -10410644 or 7087457. OLE color: 7087457.

HSL color Cylindrical-coordinate representation of color #61256C: hue angle of 290.7º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61256C is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 37 108 -
CMYK 0.10 0.66 0 0.58
HSL 290.7º 0.49% 0.28% -
HSV(B) 290.7º 0.66% 0.42% -
XYZ 8.3 4.95 14.7 -
YUV 63.03 153.38 152.23 -
System Red Green Blue C M Y K H S L
Decimal 97 37 108 0.10 0.66 0 0.58 290.7 0.49 0.28
Hex 61 25 6C A 42 0 3A 123 31 1C
Octal 141 45 154 12 102 0 72 443 61 34
Binary 1100001 100101 1101100 1010 1000010 0 111010 100100011 110001 11100

Color Harmonies of #61256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61256C

Black with #61256C

Text Example


Text Example

White with #61256C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61256C; }

 p { color: rgb(97,37,108); }

 H1.HeaderClassName
 {
   color: #61256C;
 }
 .AnyTagClassName
 {
   color: #61256C;
 }
</style>

background-color css

<style>
 a { background-color: #61256C; }

 a { background-color: rgb(97,37,108); }

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

border-color css

<style>
 span { border-color: #61256C; }

 span { border-color: rgb(97,37,108); }

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