Html Css Color HEX #601272 Seance

📋 copy color: '#601272'

red 96 ◦ green 18 ◦ blue 114

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

Shades of Seance #601272

Tints of Seance #601272

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.89%

 BLUE value IS 114 (44.92% from 255) = 50%

R = 42.11%
G = 7.89%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#601272 (or 0x601272) is known color: Seance. HEX triplet: 60, 12 and 72. RGB value is (96,18,114). Sum of RGB (Red+Green+Blue) = 96+18+114=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #601272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601272 is #9FED8D. Grayscale: #333333. Windows color (decimal): -10481038 or 7475808. OLE color: 7475808.

HSL color Cylindrical-coordinate representation of color #601272: hue angle of 288.75º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #601272 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 18 114 -
CMYK 0.16 0.84 0 0.55
HSL 288.75º 0.73% 0.26% -
HSV(B) 288.75º 0.84% 0.45% -
XYZ 8.08 4.13 16.29 -
YUV 52.27 162.84 159.19 -
System Red Green Blue C M Y K H S L
Decimal 96 18 114 0.16 0.84 0 0.55 288.75 0.73 0.26
Hex 60 12 72 10 54 0 37 121 49 1A
Octal 140 22 162 20 124 0 67 441 111 32
Binary 1100000 10010 1110010 10000 1010100 0 110111 100100001 1001001 11010

Color Harmonies of #601272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601272

Black with #601272

Text Example


Text Example

White with #601272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601272; }

 p { color: rgb(96,18,114); }

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

background-color css

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

 a { background-color: rgb(96,18,114); }

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

border-color css

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

 span { border-color: rgb(96,18,114); }

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