Html Css Color HEX #682053 Palatinate Purple

📋 copy color: '#682053'

red 104 ◦ green 32 ◦ blue 83

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

Shades of Palatinate Purple #682053

Tints of Palatinate Purple #682053

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.61%

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

R = 47.49%
G = 14.61%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#682053 (or 0x682053) is known color: Palatinate Purple. HEX triplet: 68, 20 and 53. RGB value is (104,32,83). Sum of RGB (Red+Green+Blue) = 104+32+83=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #682053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682053 is #97DFAC. Grayscale: #3B3B3B. Windows color (decimal): -9953197 or 5447784. OLE color: 5447784.

HSL color Cylindrical-coordinate representation of color #682053: hue angle of 317.5º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #682053 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 32 83 -
CMYK 0 0.69 0.20 0.59
HSL 317.5º 0.53% 0.27% -
HSV(B) 317.5º 0.69% 0.41% -
XYZ 7.79 4.6 8.66 -
YUV 59.34 141.35 159.85 -
System Red Green Blue C M Y K H S L
Decimal 104 32 83 0 0.69 0.20 0.59 317.5 0.53 0.27
Hex 68 20 53 0 45 14 3B 13E 35 1B
Octal 150 40 123 0 105 24 73 476 65 33
Binary 1101000 100000 1010011 0 1000101 10100 111011 100111110 110101 11011

Color Harmonies of #682053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682053

Black with #682053

Text Example


Text Example

White with #682053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682053; }

 p { color: rgb(104,32,83); }

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

background-color css

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

 a { background-color: rgb(104,32,83); }

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

border-color css

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

 span { border-color: rgb(104,32,83); }

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