Html Css Color HEX #600365 Palatinate Purple

📋 copy color: '#600365'

red 96 ◦ green 3 ◦ blue 101

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

Shades of Palatinate Purple #600365

Tints of Palatinate Purple #600365

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.5%

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

R = 48%
G = 1.5%
B = 50.5%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#600365 (or 0x600365) is known color: Palatinate Purple. HEX triplet: 60, 03 and 65. RGB value is (96,3,101). Sum of RGB (Red+Green+Blue) = 96+3+101=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #600365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600365 is #9FFC9A. Grayscale: #292929. Windows color (decimal): -10484891 or 6620000. OLE color: 6620000.

HSL color Cylindrical-coordinate representation of color #600365: hue angle of 296.94º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600365 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 3 101 -
CMYK 0.05 0.97 0 0.60
HSL 296.94º 0.94% 0.2% -
HSV(B) 296.94º 0.97% 0.4% -
XYZ 7.21 3.49 12.61 -
YUV 41.98 161.31 166.53 -
System Red Green Blue C M Y K H S L
Decimal 96 3 101 0.05 0.97 0 0.60 296.94 0.94 0.2
Hex 60 3 65 5 61 0 3C 129 5E 14
Octal 140 3 145 5 141 0 74 451 136 24
Binary 1100000 11 1100101 101 1100001 0 111100 100101001 1011110 10100

Color Harmonies of #600365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600365

Black with #600365

Text Example


Text Example

White with #600365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600365; }

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

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

background-color css

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

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

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

border-color css

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

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

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