Html Css Color HEX #612676 Seance

📋 copy color: '#612676'

red 97 ◦ green 38 ◦ blue 118

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

Shades of Seance #612676

Tints of Seance #612676

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.02%

 BLUE value IS 118 (46.48% from 255) = 46.64%

R = 38.34%
G = 15.02%
B = 46.64%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#612676 (or 0x612676) is known color: Seance. HEX triplet: 61, 26 and 76. RGB value is (97,38,118). Sum of RGB (Red+Green+Blue) = 97+38+118=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #612676 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612676 is #9ED989. Grayscale: #404040. Windows color (decimal): -10410378 or 7743073. OLE color: 7743073.

HSL color Cylindrical-coordinate representation of color #612676: hue angle of 284.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #612676 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 38 118 -
CMYK 0.18 0.68 0 0.54
HSL 284.25º 0.51% 0.31% -
HSV(B) 284.25º 0.68% 0.46% -
XYZ 8.89 5.24 17.68 -
YUV 64.76 158.05 151 -
System Red Green Blue C M Y K H S L
Decimal 97 38 118 0.18 0.68 0 0.54 284.25 0.51 0.31
Hex 61 26 76 12 44 0 36 11C 33 1F
Octal 141 46 166 22 104 0 66 434 63 37
Binary 1100001 100110 1110110 10010 1000100 0 110110 100011100 110011 11111

Color Harmonies of #612676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612676

Black with #612676

Text Example


Text Example

White with #612676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612676; }

 p { color: rgb(97,38,118); }

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

background-color css

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

 a { background-color: rgb(97,38,118); }

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

border-color css

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

 span { border-color: rgb(97,38,118); }

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