Html Css Color HEX #682A58 Palatinate Purple

📋 copy color: '#682A58'

red 104 ◦ green 42 ◦ blue 88

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

Shades of Palatinate Purple #682A58

Tints of Palatinate Purple #682A58

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.95%

 BLUE value IS 88 (34.77% from 255) = 37.61%

R = 44.44%
G = 17.95%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#682A58 (or 0x682A58) is known color: Palatinate Purple. HEX triplet: 68, 2A and 58. RGB value is (104,42,88). Sum of RGB (Red+Green+Blue) = 104+42+88=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #682A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682A58 is #97D5A7. Grayscale: #414141. Windows color (decimal): -9950632 or 5778024. OLE color: 5778024.

HSL color Cylindrical-coordinate representation of color #682A58: hue angle of 315.48º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #682A58 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 42 88 -
CMYK 0 0.60 0.15 0.59
HSL 315.48º 0.42% 0.29% -
HSV(B) 315.48º 0.6% 0.41% -
XYZ 8.3 5.3 9.82 -
YUV 65.78 140.54 155.26 -
System Red Green Blue C M Y K H S L
Decimal 104 42 88 0 0.60 0.15 0.59 315.48 0.42 0.29
Hex 68 2A 58 0 3C F 3B 13B 2A 1D
Octal 150 52 130 0 74 17 73 473 52 35
Binary 1101000 101010 1011000 0 111100 1111 111011 100111011 101010 11101

Color Harmonies of #682A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682A58

Black with #682A58

Text Example


Text Example

White with #682A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682A58; }

 p { color: rgb(104,42,88); }

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

background-color css

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

 a { background-color: rgb(104,42,88); }

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

border-color css

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

 span { border-color: rgb(104,42,88); }

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