Html Css Color HEX #60335F Palatinate Purple

📋 copy color: '#60335F'

red 96 ◦ green 51 ◦ blue 95

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

Shades of Palatinate Purple #60335F

Tints of Palatinate Purple #60335F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.26%

R = 39.67%
G = 21.07%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#60335F (or 0x60335F) is known color: Palatinate Purple. HEX triplet: 60, 33 and 5F. RGB value is (96,51,95). Sum of RGB (Red+Green+Blue) = 96+51+95=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #60335F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60335F is #9FCCA0. Grayscale: #454545. Windows color (decimal): -10472609 or 6239072. OLE color: 6239072.

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

Color convert

RGB 96 51 95 -
CMYK 0 0.47 0.01 0.62
HSL 301.33º 0.31% 0.29% -
HSV(B) 301.33º 0.47% 0.38% -
XYZ 8.07 5.68 11.5 -
YUV 69.47 142.41 146.92 -
System Red Green Blue C M Y K H S L
Decimal 96 51 95 0 0.47 0.01 0.62 301.33 0.31 0.29
Hex 60 33 5F 0 2F 1 3E 12D 1F 1D
Octal 140 63 137 0 57 1 76 455 37 35
Binary 1100000 110011 1011111 0 101111 1 111110 100101101 11111 11101

Color Harmonies of #60335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60335F

Black with #60335F

Text Example


Text Example

White with #60335F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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