Html Css Color HEX #603453 Purple Taupe

📋 copy color: '#603453'

red 96 ◦ green 52 ◦ blue 83

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

Shades of Purple Taupe #603453

Tints of Purple Taupe #603453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.51%

 BLUE value IS 83 (32.81% from 255) = 35.93%

R = 41.56%
G = 22.51%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#603453 (or 0x603453) is known color: Purple Taupe. HEX triplet: 60, 34 and 53. RGB value is (96,52,83). Sum of RGB (Red+Green+Blue) = 96+52+83=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 96 - color contains mainly: red. Hex color #603453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603453 is #9FCBAC. Grayscale: #444444. Windows color (decimal): -10472365 or 5452896. OLE color: 5452896.

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

Color convert

RGB 96 52 83 -
CMYK 0 0.46 0.14 0.62
HSL 317.73º 0.3% 0.29% -
HSV(B) 317.73º 0.46% 0.38% -
XYZ 7.61 5.57 8.86 -
YUV 68.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 96 52 83 0 0.46 0.14 0.62 317.73 0.3 0.29
Hex 60 34 53 0 2E E 3E 13E 1E 1D
Octal 140 64 123 0 56 16 76 476 36 35
Binary 1100000 110100 1010011 0 101110 1110 111110 100111110 11110 11101

Color Harmonies of #603453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603453

Black with #603453

Text Example


Text Example

White with #603453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603453; }

 p { color: rgb(96,52,83); }

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

background-color css

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

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

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

border-color css

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

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

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