Html Css Color HEX #681953 Palatinate Purple

📋 copy color: '#681953'

red 104 ◦ green 25 ◦ blue 83

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

Shades of Palatinate Purple #681953

Tints of Palatinate Purple #681953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.79%

 BLUE value IS 83 (32.81% from 255) = 39.15%

R = 49.06%
G = 11.79%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#681953 (or 0x681953) is known color: Palatinate Purple. HEX triplet: 68, 19 and 53. RGB value is (104,25,83). Sum of RGB (Red+Green+Blue) = 104+25+83=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #681953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681953 is #97E6AC. Grayscale: #373737. Windows color (decimal): -9954989 or 5445992. OLE color: 5445992.

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

Color convert

RGB 104 25 83 -
CMYK 0 0.76 0.20 0.59
HSL 315.95º 0.61% 0.25% -
HSV(B) 315.95º 0.76% 0.41% -
XYZ 7.62 4.26 8.6 -
YUV 55.23 143.67 162.78 -
System Red Green Blue C M Y K H S L
Decimal 104 25 83 0 0.76 0.20 0.59 315.95 0.61 0.25
Hex 68 19 53 0 4C 14 3B 13C 3D 19
Octal 150 31 123 0 114 24 73 474 75 31
Binary 1101000 11001 1010011 0 1001100 10100 111011 100111100 111101 11001

Color Harmonies of #681953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681953

Black with #681953

Text Example


Text Example

White with #681953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681953; }

 p { color: rgb(104,25,83); }

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

background-color css

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

 a { background-color: rgb(104,25,83); }

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

border-color css

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

 span { border-color: rgb(104,25,83); }

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