Html Css Color HEX #601C76 Seance

📋 copy color: '#601C76'

red 96 ◦ green 28 ◦ blue 118

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

Shades of Seance #601C76

Tints of Seance #601C76

RGB

 RED value IS 96 (37.89% from 255) = 39.67%

 GREEN value IS 28 (11.33% from 255) = 11.57%

 BLUE value IS 118 (46.48% from 255) = 48.76%

R = 39.67%
G = 11.57%
B = 48.76%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#601C76 (or 0x601C76) is known color: Seance. HEX triplet: 60, 1C and 76. RGB value is (96,28,118). Sum of RGB (Red+Green+Blue) = 96+28+118=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #601C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601C76 is #9FE389. Grayscale: #3A3A3A. Windows color (decimal): -10478474 or 7740512. OLE color: 7740512.

HSL color Cylindrical-coordinate representation of color #601C76: hue angle of 285.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #601C76 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 28 118 -
CMYK 0.19 0.76 0 0.54
HSL 285.33º 0.62% 0.29% -
HSV(B) 285.33º 0.76% 0.46% -
XYZ 8.51 4.63 17.58 -
YUV 58.59 161.53 154.68 -
System Red Green Blue C M Y K H S L
Decimal 96 28 118 0.19 0.76 0 0.54 285.33 0.62 0.29
Hex 60 1C 76 13 4C 0 36 11D 3E 1D
Octal 140 34 166 23 114 0 66 435 76 35
Binary 1100000 11100 1110110 10011 1001100 0 110110 100011101 111110 11101

Color Harmonies of #601C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601C76

Black with #601C76

Text Example


Text Example

White with #601C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601C76; }

 p { color: rgb(96,28,118); }

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

background-color css

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

 a { background-color: rgb(96,28,118); }

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

border-color css

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

 span { border-color: rgb(96,28,118); }

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