Html Css Color HEX #601369 Palatinate Purple

📋 copy color: '#601369'

red 96 ◦ green 19 ◦ blue 105

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

Shades of Palatinate Purple #601369

Tints of Palatinate Purple #601369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.64%

 BLUE value IS 105 (41.41% from 255) = 47.73%

R = 43.64%
G = 8.64%
B = 47.73%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#601369 (or 0x601369) is known color: Palatinate Purple. HEX triplet: 60, 13 and 69. RGB value is (96,19,105). Sum of RGB (Red+Green+Blue) = 96+19+105=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #601369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601369 is #9FEC96. Grayscale: #333333. Windows color (decimal): -10480791 or 6886240. OLE color: 6886240.

HSL color Cylindrical-coordinate representation of color #601369: hue angle of 293.72º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #601369 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 19 105 -
CMYK 0.09 0.82 0 0.59
HSL 293.72º 0.69% 0.24% -
HSV(B) 293.72º 0.82% 0.41% -
XYZ 7.61 3.97 13.73 -
YUV 51.83 158.01 159.51 -
System Red Green Blue C M Y K H S L
Decimal 96 19 105 0.09 0.82 0 0.59 293.72 0.69 0.24
Hex 60 13 69 9 52 0 3B 126 45 18
Octal 140 23 151 11 122 0 73 446 105 30
Binary 1100000 10011 1101001 1001 1010010 0 111011 100100110 1000101 11000

Color Harmonies of #601369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601369

Black with #601369

Text Example


Text Example

White with #601369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601369; }

 p { color: rgb(96,19,105); }

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

background-color css

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

 a { background-color: rgb(96,19,105); }

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

border-color css

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

 span { border-color: rgb(96,19,105); }

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