Html Css Color HEX #601D73 Seance

📋 copy color: '#601D73'

red 96 ◦ green 29 ◦ blue 115

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

Shades of Seance #601D73

Tints of Seance #601D73

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.08%

 BLUE value IS 115 (45.31% from 255) = 47.92%

R = 40%
G = 12.08%
B = 47.92%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#601D73 (or 0x601D73) is known color: Seance. HEX triplet: 60, 1D and 73. RGB value is (96,29,115). Sum of RGB (Red+Green+Blue) = 96+29+115=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #601D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601D73 is #9FE28C. Grayscale: #3A3A3A. Windows color (decimal): -10478221 or 7544160. OLE color: 7544160.

HSL color Cylindrical-coordinate representation of color #601D73: hue angle of 286.74º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #601D73 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 29 115 -
CMYK 0.17 0.75 0 0.55
HSL 286.74º 0.6% 0.28% -
HSV(B) 286.74º 0.75% 0.45% -
XYZ 8.36 4.6 16.67 -
YUV 58.84 159.7 154.51 -
System Red Green Blue C M Y K H S L
Decimal 96 29 115 0.17 0.75 0 0.55 286.74 0.6 0.28
Hex 60 1D 73 11 4B 0 37 11F 3C 1C
Octal 140 35 163 21 113 0 67 437 74 34
Binary 1100000 11101 1110011 10001 1001011 0 110111 100011111 111100 11100

Color Harmonies of #601D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601D73

Black with #601D73

Text Example


Text Example

White with #601D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,29,115); }

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

background-color css

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

 a { background-color: rgb(96,29,115); }

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

border-color css

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

 span { border-color: rgb(96,29,115); }

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