Html Css Color HEX #682557 Palatinate Purple

📋 copy color: '#682557'

red 104 ◦ green 37 ◦ blue 87

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

Shades of Palatinate Purple #682557

Tints of Palatinate Purple #682557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 38.16%

R = 45.61%
G = 16.23%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#682557 (or 0x682557) is known color: Palatinate Purple. HEX triplet: 68, 25 and 57. RGB value is (104,37,87). Sum of RGB (Red+Green+Blue) = 104+37+87=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 104 - color contains mainly: red. Hex color #682557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682557 is #97DAA8. Grayscale: #3E3E3E. Windows color (decimal): -9951913 or 5711208. OLE color: 5711208.

HSL color Cylindrical-coordinate representation of color #682557: hue angle of 315.22º 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 #682557 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 37 87 -
CMYK 0 0.64 0.16 0.59
HSL 315.22º 0.48% 0.28% -
HSV(B) 315.22º 0.64% 0.41% -
XYZ 8.09 4.95 9.55 -
YUV 62.73 141.7 157.43 -
System Red Green Blue C M Y K H S L
Decimal 104 37 87 0 0.64 0.16 0.59 315.22 0.48 0.28
Hex 68 25 57 0 40 10 3B 13B 30 1C
Octal 150 45 127 0 100 20 73 473 60 34
Binary 1101000 100101 1010111 0 1000000 10000 111011 100111011 110000 11100

Color Harmonies of #682557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682557

Black with #682557

Text Example


Text Example

White with #682557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682557; }

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

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

background-color css

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

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

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

border-color css

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

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

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