Html Css Color HEX #682C5F Palatinate Purple

📋 copy color: '#682C5F'

red 104 ◦ green 44 ◦ blue 95

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

Shades of Palatinate Purple #682C5F

Tints of Palatinate Purple #682C5F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.11%

 BLUE value IS 95 (37.5% from 255) = 39.09%

R = 42.8%
G = 18.11%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#682C5F (or 0x682C5F) is known color: Palatinate Purple. HEX triplet: 68, 2C and 5F. RGB value is (104,44,95). Sum of RGB (Red+Green+Blue) = 104+44+95=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #682C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682C5F is #97D3A0. Grayscale: #434343. Windows color (decimal): -9950113 or 6237288. OLE color: 6237288.

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

Color convert

RGB 104 44 95 -
CMYK 0 0.58 0.09 0.59
HSL 309º 0.41% 0.29% -
HSV(B) 309º 0.58% 0.41% -
XYZ 8.68 5.57 11.44 -
YUV 67.75 143.38 153.85 -
System Red Green Blue C M Y K H S L
Decimal 104 44 95 0 0.58 0.09 0.59 309 0.41 0.29
Hex 68 2C 5F 0 3A 9 3B 135 29 1D
Octal 150 54 137 0 72 11 73 465 51 35
Binary 1101000 101100 1011111 0 111010 1001 111011 100110101 101001 11101

Color Harmonies of #682C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682C5F

Black with #682C5F

Text Example


Text Example

White with #682C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,44,95); }

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

background-color css

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

 a { background-color: rgb(104,44,95); }

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

border-color css

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

 span { border-color: rgb(104,44,95); }

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