Html Css Color HEX #612677 Seance

📋 copy color: '#612677'

red 97 ◦ green 38 ◦ blue 119

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

Shades of Seance #612677

Tints of Seance #612677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 46.85%

R = 38.19%
G = 14.96%
B = 46.85%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#612677 (or 0x612677) is known color: Seance. HEX triplet: 61, 26 and 77. RGB value is (97,38,119). Sum of RGB (Red+Green+Blue) = 97+38+119=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #612677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612677 is #9ED988. Grayscale: #404040. Windows color (decimal): -10410377 or 7808609. OLE color: 7808609.

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

Color convert

RGB 97 38 119 -
CMYK 0.18 0.68 0 0.53
HSL 283.7º 0.52% 0.31% -
HSV(B) 283.7º 0.68% 0.47% -
XYZ 8.95 5.26 18 -
YUV 64.88 158.55 150.91 -
System Red Green Blue C M Y K H S L
Decimal 97 38 119 0.18 0.68 0 0.53 283.7 0.52 0.31
Hex 61 26 77 12 44 0 35 11C 34 1F
Octal 141 46 167 22 104 0 65 434 64 37
Binary 1100001 100110 1110111 10010 1000100 0 110101 100011100 110100 11111

Color Harmonies of #612677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612677

Black with #612677

Text Example


Text Example

White with #612677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612677; }

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

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

background-color css

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

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

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

border-color css

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

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

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