Html Css Color HEX #682B62 Palatinate Purple

📋 copy color: '#682B62'

red 104 ◦ green 43 ◦ blue 98

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

Shades of Palatinate Purple #682B62

Tints of Palatinate Purple #682B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40%

R = 42.45%
G = 17.55%
B = 40%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#682B62 (or 0x682B62) is known color: Palatinate Purple. HEX triplet: 68, 2B and 62. RGB value is (104,43,98). Sum of RGB (Red+Green+Blue) = 104+43+98=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #682B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682B62 is #97D49D. Grayscale: #434343. Windows color (decimal): -9950366 or 6433640. OLE color: 6433640.

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

Color convert

RGB 104 43 98 -
CMYK 0 0.59 0.06 0.59
HSL 305.9º 0.41% 0.29% -
HSV(B) 305.9º 0.59% 0.41% -
XYZ 8.78 5.55 12.16 -
YUV 67.51 145.21 154.03 -
System Red Green Blue C M Y K H S L
Decimal 104 43 98 0 0.59 0.06 0.59 305.9 0.41 0.29
Hex 68 2B 62 0 3B 6 3B 132 29 1D
Octal 150 53 142 0 73 6 73 462 51 35
Binary 1101000 101011 1100010 0 111011 110 111011 100110010 101001 11101

Color Harmonies of #682B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682B62

Black with #682B62

Text Example


Text Example

White with #682B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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