Html Css Color HEX #603450 Purple Taupe

📋 copy color: '#603450'

red 96 ◦ green 52 ◦ blue 80

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

Shades of Purple Taupe #603450

Tints of Purple Taupe #603450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.09%

R = 42.11%
G = 22.81%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#603450 (or 0x603450) is known color: Purple Taupe. HEX triplet: 60, 34 and 50. RGB value is (96,52,80). Sum of RGB (Red+Green+Blue) = 96+52+80=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #603450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603450 is #9FCBAF. Grayscale: #444444. Windows color (decimal): -10472368 or 5256288. OLE color: 5256288.

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

Color convert

RGB 96 52 80 -
CMYK 0 0.46 0.17 0.62
HSL 321.82º 0.3% 0.29% -
HSV(B) 321.82º 0.46% 0.38% -
XYZ 7.5 5.52 8.26 -
YUV 68.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 96 52 80 0 0.46 0.17 0.62 321.82 0.3 0.29
Hex 60 34 50 0 2E 11 3E 142 1E 1D
Octal 140 64 120 0 56 21 76 502 36 35
Binary 1100000 110100 1010000 0 101110 10001 111110 101000010 11110 11101

Color Harmonies of #603450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603450

Black with #603450

Text Example


Text Example

White with #603450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603450; }

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

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

background-color css

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

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

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

border-color css

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

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

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