Html Css Color HEX #682962 Palatinate Purple

📋 copy color: '#682962'

red 104 ◦ green 41 ◦ blue 98

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

Shades of Palatinate Purple #682962

Tints of Palatinate Purple #682962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.87%

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

R = 42.8%
G = 16.87%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#682962 (or 0x682962) is known color: Palatinate Purple. HEX triplet: 68, 29 and 62. RGB value is (104,41,98). Sum of RGB (Red+Green+Blue) = 104+41+98=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #682962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682962 is #97D69D. Grayscale: #424242. Windows color (decimal): -9950878 or 6433128. OLE color: 6433128.

HSL color Cylindrical-coordinate representation of color #682962: hue angle of 305.71º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #682962 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 41 98 -
CMYK 0 0.61 0.06 0.59
HSL 305.71º 0.43% 0.28% -
HSV(B) 305.71º 0.61% 0.41% -
XYZ 8.71 5.41 12.14 -
YUV 66.34 145.87 154.87 -
System Red Green Blue C M Y K H S L
Decimal 104 41 98 0 0.61 0.06 0.59 305.71 0.43 0.28
Hex 68 29 62 0 3D 6 3B 132 2B 1C
Octal 150 51 142 0 75 6 73 462 53 34
Binary 1101000 101001 1100010 0 111101 110 111011 100110010 101011 11100

Color Harmonies of #682962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682962

Black with #682962

Text Example


Text Example

White with #682962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682962; }

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

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

background-color css

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

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

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

border-color css

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

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

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