Html Css Color HEX #682763 Palatinate Purple

📋 copy color: '#682763'

red 104 ◦ green 39 ◦ blue 99

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

Shades of Palatinate Purple #682763

Tints of Palatinate Purple #682763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.91%

R = 42.98%
G = 16.12%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#682763 (or 0x682763) is known color: Palatinate Purple. HEX triplet: 68, 27 and 63. RGB value is (104,39,99). Sum of RGB (Red+Green+Blue) = 104+39+99=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #682763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682763 is #97D89C. Grayscale: #414141. Windows color (decimal): -9951389 or 6498152. OLE color: 6498152.

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

Color convert

RGB 104 39 99 -
CMYK 0 0.62 0.05 0.59
HSL 304.62º 0.45% 0.28% -
HSV(B) 304.62º 0.63% 0.41% -
XYZ 8.69 5.29 12.37 -
YUV 65.28 147.03 155.62 -
System Red Green Blue C M Y K H S L
Decimal 104 39 99 0 0.62 0.05 0.59 304.62 0.45 0.28
Hex 68 27 63 0 3E 5 3B 131 2D 1C
Octal 150 47 143 0 76 5 73 461 55 34
Binary 1101000 100111 1100011 0 111110 101 111011 100110001 101101 11100

Color Harmonies of #682763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682763

Black with #682763

Text Example


Text Example

White with #682763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682763; }

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

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

background-color css

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

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

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

border-color css

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

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

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