Html Css Color HEX #612B74 Seance

📋 copy color: '#612B74'

red 97 ◦ green 43 ◦ blue 116

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

Shades of Seance #612B74

Tints of Seance #612B74

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.8%

 BLUE value IS 116 (45.7% from 255) = 45.31%

R = 37.89%
G = 16.8%
B = 45.31%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#612B74 (or 0x612B74) is known color: Seance. HEX triplet: 61, 2B and 74. RGB value is (97,43,116). Sum of RGB (Red+Green+Blue) = 97+43+116=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #612B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612B74 is #9ED48B. Grayscale: #434343. Windows color (decimal): -10409100 or 7613281. OLE color: 7613281.

HSL color Cylindrical-coordinate representation of color #612B74: hue angle of 284.38º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #612B74 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 43 116 -
CMYK 0.16 0.63 0 0.55
HSL 284.38º 0.46% 0.31% -
HSV(B) 284.38º 0.63% 0.45% -
XYZ 8.95 5.53 17.12 -
YUV 67.47 155.39 149.06 -
System Red Green Blue C M Y K H S L
Decimal 97 43 116 0.16 0.63 0 0.55 284.38 0.46 0.31
Hex 61 2B 74 10 3F 0 37 11C 2E 1F
Octal 141 53 164 20 77 0 67 434 56 37
Binary 1100001 101011 1110100 10000 111111 0 110111 100011100 101110 11111

Color Harmonies of #612B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612B74

Black with #612B74

Text Example


Text Example

White with #612B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612B74; }

 p { color: rgb(97,43,116); }

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

background-color css

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

 a { background-color: rgb(97,43,116); }

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

border-color css

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

 span { border-color: rgb(97,43,116); }

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