Html Css Color HEX #683460 Palatinate Purple

📋 copy color: '#683460'

red 104 ◦ green 52 ◦ blue 96

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

Shades of Palatinate Purple #683460

Tints of Palatinate Purple #683460

RGB

 RED value IS 104 (41.02% from 255) = 41.27%

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

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

R = 41.27%
G = 20.63%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#683460 (or 0x683460) is known color: Palatinate Purple. HEX triplet: 68, 34 and 60. RGB value is (104,52,96). Sum of RGB (Red+Green+Blue) = 104+52+96=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #683460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683460 is #97CB9F. Grayscale: #484848. Windows color (decimal): -9948064 or 6304872. OLE color: 6304872.

HSL color Cylindrical-coordinate representation of color #683460: hue angle of 309.23º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #683460 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 52 96 -
CMYK 0 0.50 0.08 0.59
HSL 309.23º 0.33% 0.31% -
HSV(B) 309.23º 0.5% 0.41% -
XYZ 9.05 6.24 11.79 -
YUV 72.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 104 52 96 0 0.50 0.08 0.59 309.23 0.33 0.31
Hex 68 34 60 0 32 8 3B 135 21 1F
Octal 150 64 140 0 62 10 73 465 41 37
Binary 1101000 110100 1100000 0 110010 1000 111011 100110101 100001 11111

Color Harmonies of #683460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683460

Black with #683460

Text Example


Text Example

White with #683460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683460; }

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

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

background-color css

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

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

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

border-color css

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

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

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