Html Css Color HEX #682F58 Palatinate Purple

📋 copy color: '#682F58'

red 104 ◦ green 47 ◦ blue 88

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

Shades of Palatinate Purple #682F58

Tints of Palatinate Purple #682F58

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.67%

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

R = 43.51%
G = 19.67%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#682F58 (or 0x682F58) is known color: Palatinate Purple. HEX triplet: 68, 2F and 58. RGB value is (104,47,88). Sum of RGB (Red+Green+Blue) = 104+47+88=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #682F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682F58 is #97D0A7. Grayscale: #444444. Windows color (decimal): -9949352 or 5779304. OLE color: 5779304.

HSL color Cylindrical-coordinate representation of color #682F58: hue angle of 316.84º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #682F58 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 47 88 -
CMYK 0 0.55 0.15 0.59
HSL 316.84º 0.38% 0.3% -
HSV(B) 316.84º 0.55% 0.41% -
XYZ 8.49 5.68 9.88 -
YUV 68.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 104 47 88 0 0.55 0.15 0.59 316.84 0.38 0.3
Hex 68 2F 58 0 37 F 3B 13D 26 1E
Octal 150 57 130 0 67 17 73 475 46 36
Binary 1101000 101111 1011000 0 110111 1111 111011 100111101 100110 11110

Color Harmonies of #682F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682F58

Black with #682F58

Text Example


Text Example

White with #682F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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