Html Css Color HEX #612864 Seance

📋 copy color: '#612864'

red 97 ◦ green 40 ◦ blue 100

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

Shades of Seance #612864

Tints of Seance #612864

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.88%

 BLUE value IS 100 (39.45% from 255) = 42.19%

R = 40.93%
G = 16.88%
B = 42.19%

CMYK

 C value IS 0.03

 M value IS 0.6

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#612864 (or 0x612864) is known color: Seance. HEX triplet: 61, 28 and 64. RGB value is (97,40,100). Sum of RGB (Red+Green+Blue) = 97+40+100=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 100 - color contains mainly: blue. Hex color #612864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612864 is #9ED79B. Grayscale: #3F3F3F. Windows color (decimal): -10409884 or 6563937. OLE color: 6563937.

HSL color Cylindrical-coordinate representation of color #612864: hue angle of 297º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #612864 is Cyan = 0.03, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 40 100 -
CMYK 0.03 0.6 0 0.61
HSL 297º 0.43% 0.27% -
HSV(B) 297º 0.6% 0.39% -
XYZ 7.99 4.98 12.6 -
YUV 63.88 148.38 151.62 -
System Red Green Blue C M Y K H S L
Decimal 97 40 100 0.03 0.6 0 0.61 297 0.43 0.27
Hex 61 28 64 3 3C 0 3D 129 2B 1B
Octal 141 50 144 3 74 0 75 451 53 33
Binary 1100001 101000 1100100 11 111100 0 111101 100101001 101011 11011

Color Harmonies of #612864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612864

Black with #612864

Text Example


Text Example

White with #612864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612864; }

 p { color: rgb(97,40,100); }

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

background-color css

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

 a { background-color: rgb(97,40,100); }

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

border-color css

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

 span { border-color: rgb(97,40,100); }

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