Html Css Color HEX #682065 Palatinate Purple

📋 copy color: '#682065'

red 104 ◦ green 32 ◦ blue 101

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

Shades of Palatinate Purple #682065

Tints of Palatinate Purple #682065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.5%

 BLUE value IS 101 (39.84% from 255) = 42.62%

R = 43.88%
G = 13.5%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#682065 (or 0x682065) is known color: Palatinate Purple. HEX triplet: 68, 20 and 65. RGB value is (104,32,101). Sum of RGB (Red+Green+Blue) = 104+32+101=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #682065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682065 is #97DF9A. Grayscale: #3D3D3D. Windows color (decimal): -9953179 or 6627432. OLE color: 6627432.

HSL color Cylindrical-coordinate representation of color #682065: hue angle of 302.5º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #682065 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 32 101 -
CMYK 0 0.69 0.03 0.59
HSL 302.5º 0.53% 0.27% -
HSV(B) 302.5º 0.69% 0.41% -
XYZ 8.57 4.92 12.81 -
YUV 61.39 150.35 158.39 -
System Red Green Blue C M Y K H S L
Decimal 104 32 101 0 0.69 0.03 0.59 302.5 0.53 0.27
Hex 68 20 65 0 45 3 3B 12E 35 1B
Octal 150 40 145 0 105 3 73 456 65 33
Binary 1101000 100000 1100101 0 1000101 11 111011 100101110 110101 11011

Color Harmonies of #682065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682065

Black with #682065

Text Example


Text Example

White with #682065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682065; }

 p { color: rgb(104,32,101); }

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

background-color css

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

 a { background-color: rgb(104,32,101); }

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

border-color css

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

 span { border-color: rgb(104,32,101); }

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