Html Css Color HEX #673460 Palatinate Purple

📋 copy color: '#673460'

red 103 ◦ green 52 ◦ blue 96

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

Shades of Palatinate Purple #673460

Tints of Palatinate Purple #673460

RGB

 RED value IS 103 (40.63% from 255) = 41.04%

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

 BLUE value IS 96 (37.89% from 255) = 38.25%

R = 41.04%
G = 20.72%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#673460 (or 0x673460) is known color: Palatinate Purple. HEX triplet: 67, 34 and 60. RGB value is (103,52,96). Sum of RGB (Red+Green+Blue) = 103+52+96=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 103 - color contains mainly: red. Hex color #673460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673460 is #98CB9F. Grayscale: #484848. Windows color (decimal): -10013600 or 6304871. OLE color: 6304871.

HSL color Cylindrical-coordinate representation of color #673460: hue angle of 308.24º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #673460 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 52 96 -
CMYK 0 0.50 0.07 0.60
HSL 308.24º 0.33% 0.3% -
HSV(B) 308.24º 0.5% 0.4% -
XYZ 8.93 6.18 11.79 -
YUV 72.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 103 52 96 0 0.50 0.07 0.60 308.24 0.33 0.3
Hex 67 34 60 0 32 7 3C 134 21 1E
Octal 147 64 140 0 62 7 74 464 41 36
Binary 1100111 110100 1100000 0 110010 111 111100 100110100 100001 11110

Color Harmonies of #673460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673460

Black with #673460

Text Example


Text Example

White with #673460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673460; }

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

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

background-color css

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

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

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

border-color css

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

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

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