Html Css Color HEX #603360 Palatinate Purple

📋 copy color: '#603360'

red 96 ◦ green 51 ◦ blue 96

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

Shades of Palatinate Purple #603360

Tints of Palatinate Purple #603360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.99%

 BLUE value IS 96 (37.89% from 255) = 39.51%

R = 39.51%
G = 20.99%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#603360 (or 0x603360) is known color: Palatinate Purple. HEX triplet: 60, 33 and 60. RGB value is (96,51,96). Sum of RGB (Red+Green+Blue) = 96+51+96=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #603360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603360 is #9FCC9F. Grayscale: #454545. Windows color (decimal): -10472608 or 6304608. OLE color: 6304608.

HSL color Cylindrical-coordinate representation of color #603360: hue angle of 300º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #603360 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 51 96 -
CMYK 0 0.47 0 0.62
HSL 300º 0.31% 0.29% -
HSV(B) 300º 0.47% 0.38% -
XYZ 8.12 5.7 11.74 -
YUV 69.59 142.91 146.84 -
System Red Green Blue C M Y K H S L
Decimal 96 51 96 0 0.47 0 0.62 300 0.31 0.29
Hex 60 33 60 0 2F 0 3E 12C 1F 1D
Octal 140 63 140 0 57 0 76 454 37 35
Binary 1100000 110011 1100000 0 101111 0 111110 100101100 11111 11101

Color Harmonies of #603360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603360

Black with #603360

Text Example


Text Example

White with #603360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603360; }

 p { color: rgb(96,51,96); }

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

background-color css

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

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

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

border-color css

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

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

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