Html Css Color HEX #601865 Palatinate Purple

📋 copy color: '#601865'

red 96 ◦ green 24 ◦ blue 101

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

Shades of Palatinate Purple #601865

Tints of Palatinate Purple #601865

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.86%

 BLUE value IS 101 (39.84% from 255) = 45.7%

R = 43.44%
G = 10.86%
B = 45.7%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#601865 (or 0x601865) is known color: Palatinate Purple. HEX triplet: 60, 18 and 65. RGB value is (96,24,101). Sum of RGB (Red+Green+Blue) = 96+24+101=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: blue. Hex color #601865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601865 is #9FE79A. Grayscale: #363636. Windows color (decimal): -10479515 or 6625376. OLE color: 6625376.

HSL color Cylindrical-coordinate representation of color #601865: hue angle of 296.1º degrees, saturation: 0.62, 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 #601865 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 24 101 -
CMYK 0.05 0.76 0 0.60
HSL 296.1º 0.62% 0.25% -
HSV(B) 296.1º 0.76% 0.4% -
XYZ 7.5 4.08 12.7 -
YUV 54.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 96 24 101 0.05 0.76 0 0.60 296.1 0.62 0.25
Hex 60 18 65 5 4C 0 3C 128 3E 19
Octal 140 30 145 5 114 0 74 450 76 31
Binary 1100000 11000 1100101 101 1001100 0 111100 100101000 111110 11001

Color Harmonies of #601865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601865

Black with #601865

Text Example


Text Example

White with #601865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601865; }

 p { color: rgb(96,24,101); }

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

background-color css

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

 a { background-color: rgb(96,24,101); }

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

border-color css

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

 span { border-color: rgb(96,24,101); }

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