Html Css Color HEX #683054 Palatinate Purple

📋 copy color: '#683054'

red 104 ◦ green 48 ◦ blue 84

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

Shades of Palatinate Purple #683054

Tints of Palatinate Purple #683054

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.34%

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

R = 44.07%
G = 20.34%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#683054 (or 0x683054) is known color: Palatinate Purple. HEX triplet: 68, 30 and 54. RGB value is (104,48,84). Sum of RGB (Red+Green+Blue) = 104+48+84=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #683054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683054 is #97CFAB. Grayscale: #444444. Windows color (decimal): -9949100 or 5517416. OLE color: 5517416.

HSL color Cylindrical-coordinate representation of color #683054: hue angle of 321.43º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #683054 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 48 84 -
CMYK 0 0.54 0.19 0.59
HSL 321.43º 0.37% 0.3% -
HSV(B) 321.43º 0.54% 0.41% -
XYZ 8.37 5.7 9.05 -
YUV 68.85 136.55 153.07 -
System Red Green Blue C M Y K H S L
Decimal 104 48 84 0 0.54 0.19 0.59 321.43 0.37 0.3
Hex 68 30 54 0 36 13 3B 141 25 1E
Octal 150 60 124 0 66 23 73 501 45 36
Binary 1101000 110000 1010100 0 110110 10011 111011 101000001 100101 11110

Color Harmonies of #683054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683054

Black with #683054

Text Example


Text Example

White with #683054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683054; }

 p { color: rgb(104,48,84); }

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

background-color css

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

 a { background-color: rgb(104,48,84); }

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

border-color css

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

 span { border-color: rgb(104,48,84); }

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