Html Css Color HEX #603354 Palatinate Purple

📋 copy color: '#603354'

red 96 ◦ green 51 ◦ blue 84

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

Shades of Palatinate Purple #603354

Tints of Palatinate Purple #603354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 36.36%

R = 41.56%
G = 22.08%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#603354 (or 0x603354) is known color: Palatinate Purple. HEX triplet: 60, 33 and 54. RGB value is (96,51,84). Sum of RGB (Red+Green+Blue) = 96+51+84=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 96 - color contains mainly: red. Hex color #603354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603354 is #9FCCAB. Grayscale: #444444. Windows color (decimal): -10472620 or 5518176. OLE color: 5518176.

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

Color convert

RGB 96 51 84 -
CMYK 0 0.47 0.12 0.62
HSL 316º 0.31% 0.29% -
HSV(B) 316º 0.47% 0.38% -
XYZ 7.61 5.49 9.05 -
YUV 68.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 96 51 84 0 0.47 0.12 0.62 316 0.31 0.29
Hex 60 33 54 0 2F C 3E 13C 1F 1D
Octal 140 63 124 0 57 14 76 474 37 35
Binary 1100000 110011 1010100 0 101111 1100 111110 100111100 11111 11101

Color Harmonies of #603354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603354

Black with #603354

Text Example


Text Example

White with #603354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603354; }

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

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

background-color css

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

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

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

border-color css

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

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

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