Html Css Color HEX #612565 Seance

📋 copy color: '#612565'

red 97 ◦ green 37 ◦ blue 101

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

Shades of Seance #612565

Tints of Seance #612565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.98%

R = 41.28%
G = 15.74%
B = 42.98%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#612565 (or 0x612565) is known color: Seance. HEX triplet: 61, 25 and 65. RGB value is (97,37,101). Sum of RGB (Red+Green+Blue) = 97+37+101=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #612565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612565 is #9EDA9A. Grayscale: #3E3E3E. Windows color (decimal): -10410651 or 6628705. OLE color: 6628705.

HSL color Cylindrical-coordinate representation of color #612565: hue angle of 296.25º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #612565 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 37 101 -
CMYK 0.04 0.63 0 0.60
HSL 296.25º 0.46% 0.27% -
HSV(B) 296.25º 0.63% 0.4% -
XYZ 7.94 4.8 12.82 -
YUV 62.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 97 37 101 0.04 0.63 0 0.60 296.25 0.46 0.27
Hex 61 25 65 4 3F 0 3C 128 2E 1B
Octal 141 45 145 4 77 0 74 450 56 33
Binary 1100001 100101 1100101 100 111111 0 111100 100101000 101110 11011

Color Harmonies of #612565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612565

Black with #612565

Text Example


Text Example

White with #612565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612565; }

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

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

background-color css

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

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

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

border-color css

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

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

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