Html Css Color HEX #60335C Palatinate Purple

📋 copy color: '#60335C'

red 96 ◦ green 51 ◦ blue 92

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

Shades of Palatinate Purple #60335C

Tints of Palatinate Purple #60335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.49%

R = 40.17%
G = 21.34%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#60335C (or 0x60335C) is known color: Palatinate Purple. HEX triplet: 60, 33 and 5C. RGB value is (96,51,92). Sum of RGB (Red+Green+Blue) = 96+51+92=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #60335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60335C is #9FCCA3. Grayscale: #454545. Windows color (decimal): -10472612 or 6042464. OLE color: 6042464.

HSL color Cylindrical-coordinate representation of color #60335C: hue angle of 305.33º 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 #60335C is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 51 92 -
CMYK 0 0.47 0.04 0.62
HSL 305.33º 0.31% 0.29% -
HSV(B) 305.33º 0.47% 0.38% -
XYZ 7.94 5.63 10.79 -
YUV 69.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 96 51 92 0 0.47 0.04 0.62 305.33 0.31 0.29
Hex 60 33 5C 0 2F 4 3E 131 1F 1D
Octal 140 63 134 0 57 4 76 461 37 35
Binary 1100000 110011 1011100 0 101111 100 111110 100110001 11111 11101

Color Harmonies of #60335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60335C

Black with #60335C

Text Example


Text Example

White with #60335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60335C; }

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

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

background-color css

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

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

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

border-color css

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

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

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