Html Css Color HEX #612678 Seance

📋 copy color: '#612678'

red 97 ◦ green 38 ◦ blue 120

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

Shades of Seance #612678

Tints of Seance #612678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 47.06%

R = 38.04%
G = 14.9%
B = 47.06%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#612678 (or 0x612678) is known color: Seance. HEX triplet: 61, 26 and 78. RGB value is (97,38,120). Sum of RGB (Red+Green+Blue) = 97+38+120=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #612678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612678 is #9ED987. Grayscale: #404040. Windows color (decimal): -10410376 or 7874145. OLE color: 7874145.

HSL color Cylindrical-coordinate representation of color #612678: hue angle of 283.17º 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 #612678 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 38 120 -
CMYK 0.19 0.68 0 0.53
HSL 283.17º 0.52% 0.31% -
HSV(B) 283.17º 0.68% 0.47% -
XYZ 9.01 5.28 18.31 -
YUV 64.99 159.05 150.83 -
System Red Green Blue C M Y K H S L
Decimal 97 38 120 0.19 0.68 0 0.53 283.17 0.52 0.31
Hex 61 26 78 13 44 0 35 11B 34 1F
Octal 141 46 170 23 104 0 65 433 64 37
Binary 1100001 100110 1111000 10011 1000100 0 110101 100011011 110100 11111

Color Harmonies of #612678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612678

Black with #612678

Text Example


Text Example

White with #612678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612678; }

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

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

background-color css

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

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

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

border-color css

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

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

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