Html Css Color HEX #682063 Palatinate Purple

📋 copy color: '#682063'

red 104 ◦ green 32 ◦ blue 99

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

Shades of Palatinate Purple #682063

Tints of Palatinate Purple #682063

RGB

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

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

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

R = 44.26%
G = 13.62%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#682063 (or 0x682063) is known color: Palatinate Purple. HEX triplet: 68, 20 and 63. RGB value is (104,32,99). Sum of RGB (Red+Green+Blue) = 104+32+99=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #682063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682063 is #97DF9C. Grayscale: #3C3C3C. Windows color (decimal): -9953181 or 6496360. OLE color: 6496360.

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

Color convert

RGB 104 32 99 -
CMYK 0 0.69 0.05 0.59
HSL 304.17º 0.53% 0.27% -
HSV(B) 304.17º 0.69% 0.41% -
XYZ 8.48 4.88 12.3 -
YUV 61.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 104 32 99 0 0.69 0.05 0.59 304.17 0.53 0.27
Hex 68 20 63 0 45 5 3B 130 35 1B
Octal 150 40 143 0 105 5 73 460 65 33
Binary 1101000 100000 1100011 0 1000101 101 111011 100110000 110101 11011

Color Harmonies of #682063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682063

Black with #682063

Text Example


Text Example

White with #682063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682063; }

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

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

background-color css

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

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

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

border-color css

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

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

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