Html Css Color HEX #612766 Seance

📋 copy color: '#612766'

red 97 ◦ green 39 ◦ blue 102

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

Shades of Seance #612766

Tints of Seance #612766

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.39%

 BLUE value IS 102 (40.23% from 255) = 42.86%

R = 40.76%
G = 16.39%
B = 42.86%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#612766 (or 0x612766) is known color: Seance. HEX triplet: 61, 27 and 66. RGB value is (97,39,102). Sum of RGB (Red+Green+Blue) = 97+39+102=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #612766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612766 is #9ED899. Grayscale: #3F3F3F. Windows color (decimal): -10410138 or 6694753. OLE color: 6694753.

HSL color Cylindrical-coordinate representation of color #612766: hue angle of 295.24º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #612766 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 97 39 102 -
CMYK 0.05 0.62 0 0.6
HSL 295.24º 0.45% 0.28% -
HSV(B) 295.24º 0.62% 0.4% -
XYZ 8.05 4.95 13.1 -
YUV 63.52 149.72 151.88 -
System Red Green Blue C M Y K H S L
Decimal 97 39 102 0.05 0.62 0 0.6 295.24 0.45 0.28
Hex 61 27 66 5 3E 0 3C 127 2D 1C
Octal 141 47 146 5 76 0 74 447 55 34
Binary 1100001 100111 1100110 101 111110 0 111100 100100111 101101 11100

Color Harmonies of #612766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612766

Black with #612766

Text Example


Text Example

White with #612766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612766; }

 p { color: rgb(97,39,102); }

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

background-color css

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

 a { background-color: rgb(97,39,102); }

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

border-color css

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

 span { border-color: rgb(97,39,102); }

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