Html Css Color HEX #612277 Seance

📋 copy color: '#612277'

red 97 ◦ green 34 ◦ blue 119

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

Shades of Seance #612277

Tints of Seance #612277

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.6%

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

R = 38.8%
G = 13.6%
B = 47.6%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#612277 (or 0x612277) is known color: Seance. HEX triplet: 61, 22 and 77. RGB value is (97,34,119). Sum of RGB (Red+Green+Blue) = 97+34+119=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #612277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612277 is #9EDD88. Grayscale: #3E3E3E. Windows color (decimal): -10411401 or 7807585. OLE color: 7807585.

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

Color convert

RGB 97 34 119 -
CMYK 0.18 0.71 0 0.53
HSL 284.47º 0.56% 0.3% -
HSV(B) 284.47º 0.71% 0.47% -
XYZ 8.83 5.02 17.96 -
YUV 62.53 159.87 152.59 -
System Red Green Blue C M Y K H S L
Decimal 97 34 119 0.18 0.71 0 0.53 284.47 0.56 0.3
Hex 61 22 77 12 47 0 35 11C 38 1E
Octal 141 42 167 22 107 0 65 434 70 36
Binary 1100001 100010 1110111 10010 1000111 0 110101 100011100 111000 11110

Color Harmonies of #612277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612277

Black with #612277

Text Example


Text Example

White with #612277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612277; }

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

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

background-color css

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

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

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

border-color css

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

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

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