Html Css Color HEX #681453 Palatinate Purple

📋 copy color: '#681453'

red 104 ◦ green 20 ◦ blue 83

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

Shades of Palatinate Purple #681453

Tints of Palatinate Purple #681453

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.66%

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

R = 50.24%
G = 9.66%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#681453 (or 0x681453) is known color: Palatinate Purple. HEX triplet: 68, 14 and 53. RGB value is (104,20,83). Sum of RGB (Red+Green+Blue) = 104+20+83=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #681453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681453 is #97EBAC. Grayscale: #343434. Windows color (decimal): -9956269 or 5444712. OLE color: 5444712.

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

Color convert

RGB 104 20 83 -
CMYK 0 0.81 0.20 0.59
HSL 315º 0.68% 0.24% -
HSV(B) 315º 0.81% 0.41% -
XYZ 7.52 4.07 8.57 -
YUV 52.3 145.33 164.88 -
System Red Green Blue C M Y K H S L
Decimal 104 20 83 0 0.81 0.20 0.59 315 0.68 0.24
Hex 68 14 53 0 51 14 3B 13B 44 18
Octal 150 24 123 0 121 24 73 473 104 30
Binary 1101000 10100 1010011 0 1010001 10100 111011 100111011 1000100 11000

Color Harmonies of #681453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681453

Black with #681453

Text Example


Text Example

White with #681453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681453; }

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

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

background-color css

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

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

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

border-color css

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

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

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