Html Css Color HEX #682553 Palatinate Purple

📋 copy color: '#682553'

red 104 ◦ green 37 ◦ blue 83

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

Shades of Palatinate Purple #682553

Tints of Palatinate Purple #682553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.52%

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

R = 46.43%
G = 16.52%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#682553 (or 0x682553) is known color: Palatinate Purple. HEX triplet: 68, 25 and 53. RGB value is (104,37,83). Sum of RGB (Red+Green+Blue) = 104+37+83=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #682553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682553 is #97DAAC. Grayscale: #3E3E3E. Windows color (decimal): -9951917 or 5449064. OLE color: 5449064.

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

Color convert

RGB 104 37 83 -
CMYK 0 0.64 0.20 0.59
HSL 318.81º 0.48% 0.28% -
HSV(B) 318.81º 0.64% 0.41% -
XYZ 7.93 4.89 8.71 -
YUV 62.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 104 37 83 0 0.64 0.20 0.59 318.81 0.48 0.28
Hex 68 25 53 0 40 14 3B 13F 30 1C
Octal 150 45 123 0 100 24 73 477 60 34
Binary 1101000 100101 1010011 0 1000000 10100 111011 100111111 110000 11100

Color Harmonies of #682553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682553

Black with #682553

Text Example


Text Example

White with #682553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682553; }

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

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

background-color css

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

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

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

border-color css

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

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

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