Html Css Color HEX #681863 Palatinate Purple

📋 copy color: '#681863'

red 104 ◦ green 24 ◦ blue 99

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

Shades of Palatinate Purple #681863

Tints of Palatinate Purple #681863

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.57%

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

R = 45.81%
G = 10.57%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#681863 (or 0x681863) is known color: Palatinate Purple. HEX triplet: 68, 18 and 63. RGB value is (104,24,99). Sum of RGB (Red+Green+Blue) = 104+24+99=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #681863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681863 is #97E79C. Grayscale: #383838. Windows color (decimal): -9955229 or 6494312. OLE color: 6494312.

HSL color Cylindrical-coordinate representation of color #681863: hue angle of 303.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #681863 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 24 99 -
CMYK 0 0.77 0.05 0.59
HSL 303.75º 0.63% 0.25% -
HSV(B) 303.75º 0.77% 0.41% -
XYZ 8.29 4.5 12.24 -
YUV 56.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 104 24 99 0 0.77 0.05 0.59 303.75 0.63 0.25
Hex 68 18 63 0 4D 5 3B 130 3E 19
Octal 150 30 143 0 115 5 73 460 76 31
Binary 1101000 11000 1100011 0 1001101 101 111011 100110000 111110 11001

Color Harmonies of #681863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681863

Black with #681863

Text Example


Text Example

White with #681863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681863; }

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

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

background-color css

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

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

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

border-color css

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

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

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