Html Css Color HEX #601C6C Seance

📋 copy color: '#601C6C'

red 96 ◦ green 28 ◦ blue 108

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

Shades of Seance #601C6C

Tints of Seance #601C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 46.55%

R = 41.38%
G = 12.07%
B = 46.55%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#601C6C (or 0x601C6C) is known color: Seance. HEX triplet: 60, 1C and 6C. RGB value is (96,28,108). Sum of RGB (Red+Green+Blue) = 96+28+108=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #601C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601C6C is #9FE393. Grayscale: #393939. Windows color (decimal): -10478484 or 7085152. OLE color: 7085152.

HSL color Cylindrical-coordinate representation of color #601C6C: hue angle of 291º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #601C6C is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 28 108 -
CMYK 0.11 0.74 0 0.58
HSL 291º 0.59% 0.27% -
HSV(B) 291º 0.74% 0.42% -
XYZ 7.95 4.4 14.62 -
YUV 57.45 156.53 155.5 -
System Red Green Blue C M Y K H S L
Decimal 96 28 108 0.11 0.74 0 0.58 291 0.59 0.27
Hex 60 1C 6C B 4A 0 3A 123 3B 1B
Octal 140 34 154 13 112 0 72 443 73 33
Binary 1100000 11100 1101100 1011 1001010 0 111010 100100011 111011 11011

Color Harmonies of #601C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601C6C

Black with #601C6C

Text Example


Text Example

White with #601C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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