Html Css Color HEX #681865 Palatinate Purple

📋 copy color: '#681865'

red 104 ◦ green 24 ◦ blue 101

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

Shades of Palatinate Purple #681865

Tints of Palatinate Purple #681865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 44.1%

R = 45.41%
G = 10.48%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#681865 (or 0x681865) is known color: Palatinate Purple. HEX triplet: 68, 18 and 65. RGB value is (104,24,101). Sum of RGB (Red+Green+Blue) = 104+24+101=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #681865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681865 is #97E79A. Grayscale: #383838. Windows color (decimal): -9955227 or 6625384. OLE color: 6625384.

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

Color convert

RGB 104 24 101 -
CMYK 0 0.77 0.03 0.59
HSL 302.25º 0.63% 0.25% -
HSV(B) 302.25º 0.77% 0.41% -
XYZ 8.38 4.54 12.75 -
YUV 56.7 153 161.74 -
System Red Green Blue C M Y K H S L
Decimal 104 24 101 0 0.77 0.03 0.59 302.25 0.63 0.25
Hex 68 18 65 0 4D 3 3B 12E 3E 19
Octal 150 30 145 0 115 3 73 456 76 31
Binary 1101000 11000 1100101 0 1001101 11 111011 100101110 111110 11001

Color Harmonies of #681865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681865

Black with #681865

Text Example


Text Example

White with #681865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681865; }

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

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

background-color css

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

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

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

border-color css

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

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

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