Html Css Color HEX #680562 Palatinate Purple

📋 copy color: '#680562'

red 104 ◦ green 5 ◦ blue 98

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

Shades of Palatinate Purple #680562

Tints of Palatinate Purple #680562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.42%

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

R = 50.24%
G = 2.42%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#680562 (or 0x680562) is known color: Palatinate Purple. HEX triplet: 68, 05 and 62. RGB value is (104,5,98). Sum of RGB (Red+Green+Blue) = 104+5+98=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #680562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680562 is #97FA9D. Grayscale: #2C2C2C. Windows color (decimal): -9960094 or 6423912. OLE color: 6423912.

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

Color convert

RGB 104 5 98 -
CMYK 0 0.95 0.06 0.59
HSL 303.64º 0.91% 0.21% -
HSV(B) 303.64º 0.95% 0.41% -
XYZ 7.97 3.93 11.89 -
YUV 45.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 104 5 98 0 0.95 0.06 0.59 303.64 0.91 0.21
Hex 68 5 62 0 5F 6 3B 130 5B 15
Octal 150 5 142 0 137 6 73 460 133 25
Binary 1101000 101 1100010 0 1011111 110 111011 100110000 1011011 10101

Color Harmonies of #680562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680562

Black with #680562

Text Example


Text Example

White with #680562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680562; }

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

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

background-color css

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

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

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

border-color css

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

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

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