Html Css Color HEX #601C63 Palatinate Purple

📋 copy color: '#601C63'

red 96 ◦ green 28 ◦ blue 99

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

Shades of Palatinate Purple #601C63

Tints of Palatinate Purple #601C63

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.56%

 BLUE value IS 99 (39.06% from 255) = 44.39%

R = 43.05%
G = 12.56%
B = 44.39%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#601C63 (or 0x601C63) is known color: Palatinate Purple. HEX triplet: 60, 1C and 63. RGB value is (96,28,99). Sum of RGB (Red+Green+Blue) = 96+28+99=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #601C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601C63 is #9FE39C. Grayscale: #383838. Windows color (decimal): -10478493 or 6495328. OLE color: 6495328.

HSL color Cylindrical-coordinate representation of color #601C63: hue angle of 297.46º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #601C63 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 28 99 -
CMYK 0.03 0.72 0 0.61
HSL 297.46º 0.56% 0.25% -
HSV(B) 297.46º 0.72% 0.39% -
XYZ 7.49 4.22 12.22 -
YUV 56.43 152.03 156.23 -
System Red Green Blue C M Y K H S L
Decimal 96 28 99 0.03 0.72 0 0.61 297.46 0.56 0.25
Hex 60 1C 63 3 48 0 3D 129 38 19
Octal 140 34 143 3 110 0 75 451 70 31
Binary 1100000 11100 1100011 11 1001000 0 111101 100101001 111000 11001

Color Harmonies of #601C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601C63

Black with #601C63

Text Example


Text Example

White with #601C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,28,99); }

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

background-color css

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

 a { background-color: rgb(96,28,99); }

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

border-color css

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

 span { border-color: rgb(96,28,99); }

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