Html Css Color HEX #682765 Palatinate Purple

📋 copy color: '#682765'

red 104 ◦ green 39 ◦ blue 101

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

Shades of Palatinate Purple #682765

Tints of Palatinate Purple #682765

RGB

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

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

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

R = 42.62%
G = 15.98%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#682765 (or 0x682765) is known color: Palatinate Purple. HEX triplet: 68, 27 and 65. RGB value is (104,39,101). Sum of RGB (Red+Green+Blue) = 104+39+101=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #682765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682765 is #97D89A. Grayscale: #414141. Windows color (decimal): -9951387 or 6629224. OLE color: 6629224.

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

Color convert

RGB 104 39 101 -
CMYK 0 0.62 0.03 0.59
HSL 302.77º 0.45% 0.28% -
HSV(B) 302.77º 0.63% 0.41% -
XYZ 8.78 5.33 12.88 -
YUV 65.5 148.03 155.46 -
System Red Green Blue C M Y K H S L
Decimal 104 39 101 0 0.62 0.03 0.59 302.77 0.45 0.28
Hex 68 27 65 0 3E 3 3B 12F 2D 1C
Octal 150 47 145 0 76 3 73 457 55 34
Binary 1101000 100111 1100101 0 111110 11 111011 100101111 101101 11100

Color Harmonies of #682765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682765

Black with #682765

Text Example


Text Example

White with #682765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682765; }

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

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

background-color css

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

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

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

border-color css

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

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

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