Html Css Color HEX #601A6D Seance

📋 copy color: '#601A6D'

red 96 ◦ green 26 ◦ blue 109

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

Shades of Seance #601A6D

Tints of Seance #601A6D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.26%

 BLUE value IS 109 (42.97% from 255) = 47.19%

R = 41.56%
G = 11.26%
B = 47.19%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#601A6D (or 0x601A6D) is known color: Seance. HEX triplet: 60, 1A and 6D. RGB value is (96,26,109). Sum of RGB (Red+Green+Blue) = 96+26+109=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #601A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601A6D is #9FE592. Grayscale: #383838. Windows color (decimal): -10478995 or 7150176. OLE color: 7150176.

HSL color Cylindrical-coordinate representation of color #601A6D: hue angle of 290.6º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #601A6D is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 26 109 -
CMYK 0.12 0.76 0 0.57
HSL 290.6º 0.61% 0.26% -
HSV(B) 290.6º 0.76% 0.43% -
XYZ 7.95 4.33 14.88 -
YUV 56.39 157.69 156.25 -
System Red Green Blue C M Y K H S L
Decimal 96 26 109 0.12 0.76 0 0.57 290.6 0.61 0.26
Hex 60 1A 6D C 4C 0 39 123 3D 1A
Octal 140 32 155 14 114 0 71 443 75 32
Binary 1100000 11010 1101101 1100 1001100 0 111001 100100011 111101 11010

Color Harmonies of #601A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601A6D

Black with #601A6D

Text Example


Text Example

White with #601A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,26,109); }

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

background-color css

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

 a { background-color: rgb(96,26,109); }

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

border-color css

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

 span { border-color: rgb(96,26,109); }

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