Html Css Color HEX #680361 Palatinate Purple

📋 copy color: '#680361'

red 104 ◦ green 3 ◦ blue 97

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

Shades of Palatinate Purple #680361

Tints of Palatinate Purple #680361

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.47%

 BLUE value IS 97 (38.28% from 255) = 47.55%

R = 50.98%
G = 1.47%
B = 47.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#680361 (or 0x680361) is known color: Palatinate Purple. HEX triplet: 68, 03 and 61. RGB value is (104,3,97). Sum of RGB (Red+Green+Blue) = 104+3+97=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #680361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680361 is #97FC9E. Grayscale: #2B2B2B. Windows color (decimal): -9960607 or 6357864. OLE color: 6357864.

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

Color convert

RGB 104 3 97 -
CMYK 0 0.97 0.07 0.59
HSL 304.16º 0.94% 0.21% -
HSV(B) 304.16º 0.97% 0.41% -
XYZ 7.9 3.87 11.64 -
YUV 43.92 157.96 170.86 -
System Red Green Blue C M Y K H S L
Decimal 104 3 97 0 0.97 0.07 0.59 304.16 0.94 0.21
Hex 68 3 61 0 61 7 3B 130 5E 15
Octal 150 3 141 0 141 7 73 460 136 25
Binary 1101000 11 1100001 0 1100001 111 111011 100110000 1011110 10101

Color Harmonies of #680361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680361

Black with #680361

Text Example


Text Example

White with #680361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680361; }

 p { color: rgb(104,3,97); }

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

background-color css

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

 a { background-color: rgb(104,3,97); }

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

border-color css

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

 span { border-color: rgb(104,3,97); }

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