Html Css Color HEX #682762 Palatinate Purple

📋 copy color: '#682762'

red 104 ◦ green 39 ◦ blue 98

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

Shades of Palatinate Purple #682762

Tints of Palatinate Purple #682762

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.18%

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

R = 43.15%
G = 16.18%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#682762 (or 0x682762) is known color: Palatinate Purple. HEX triplet: 68, 27 and 62. RGB value is (104,39,98). Sum of RGB (Red+Green+Blue) = 104+39+98=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #682762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682762 is #97D89D. Grayscale: #404040. Windows color (decimal): -9951390 or 6432616. OLE color: 6432616.

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

Color convert

RGB 104 39 98 -
CMYK 0 0.62 0.06 0.59
HSL 305.54º 0.45% 0.28% -
HSV(B) 305.54º 0.63% 0.41% -
XYZ 8.64 5.28 12.12 -
YUV 65.16 146.53 155.7 -
System Red Green Blue C M Y K H S L
Decimal 104 39 98 0 0.62 0.06 0.59 305.54 0.45 0.28
Hex 68 27 62 0 3E 6 3B 132 2D 1C
Octal 150 47 142 0 76 6 73 462 55 34
Binary 1101000 100111 1100010 0 111110 110 111011 100110010 101101 11100

Color Harmonies of #682762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682762

Black with #682762

Text Example


Text Example

White with #682762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682762; }

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

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

background-color css

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

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

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

border-color css

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

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

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