Html Css Color HEX #601967 Palatinate Purple

📋 copy color: '#601967'

red 96 ◦ green 25 ◦ blue 103

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

Shades of Palatinate Purple #601967

Tints of Palatinate Purple #601967

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.16%

 BLUE value IS 103 (40.63% from 255) = 45.98%

R = 42.86%
G = 11.16%
B = 45.98%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#601967 (or 0x601967) is known color: Palatinate Purple. HEX triplet: 60, 19 and 67. RGB value is (96,25,103). Sum of RGB (Red+Green+Blue) = 96+25+103=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 103 - color contains mainly: blue. Hex color #601967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601967 is #9FE698. Grayscale: #363636. Windows color (decimal): -10479257 or 6756704. OLE color: 6756704.

HSL color Cylindrical-coordinate representation of color #601967: hue angle of 294.62º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #601967 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 25 103 -
CMYK 0.07 0.76 0 0.60
HSL 294.62º 0.61% 0.25% -
HSV(B) 294.62º 0.76% 0.4% -
XYZ 7.62 4.16 13.23 -
YUV 55.12 155.02 157.16 -
System Red Green Blue C M Y K H S L
Decimal 96 25 103 0.07 0.76 0 0.60 294.62 0.61 0.25
Hex 60 19 67 7 4C 0 3C 127 3D 19
Octal 140 31 147 7 114 0 74 447 75 31
Binary 1100000 11001 1100111 111 1001100 0 111100 100100111 111101 11001

Color Harmonies of #601967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601967

Black with #601967

Text Example


Text Example

White with #601967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601967; }

 p { color: rgb(96,25,103); }

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

background-color css

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

 a { background-color: rgb(96,25,103); }

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

border-color css

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

 span { border-color: rgb(96,25,103); }

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