Html Css Color HEX #682B5F Palatinate Purple

📋 copy color: '#682B5F'

red 104 ◦ green 43 ◦ blue 95

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

Shades of Palatinate Purple #682B5F

Tints of Palatinate Purple #682B5F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.77%

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

R = 42.98%
G = 17.77%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#682B5F (or 0x682B5F) is known color: Palatinate Purple. HEX triplet: 68, 2B and 5F. RGB value is (104,43,95). Sum of RGB (Red+Green+Blue) = 104+43+95=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #682B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682B5F is #97D4A0. Grayscale: #434343. Windows color (decimal): -9950369 or 6237032. OLE color: 6237032.

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

Color convert

RGB 104 43 95 -
CMYK 0 0.59 0.09 0.59
HSL 308.85º 0.41% 0.29% -
HSV(B) 308.85º 0.59% 0.41% -
XYZ 8.64 5.5 11.43 -
YUV 67.17 143.71 154.27 -
System Red Green Blue C M Y K H S L
Decimal 104 43 95 0 0.59 0.09 0.59 308.85 0.41 0.29
Hex 68 2B 5F 0 3B 9 3B 135 29 1D
Octal 150 53 137 0 73 11 73 465 51 35
Binary 1101000 101011 1011111 0 111011 1001 111011 100110101 101001 11101

Color Harmonies of #682B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682B5F

Black with #682B5F

Text Example


Text Example

White with #682B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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