Html Css Color HEX #68305D Palatinate Purple

📋 copy color: '#68305D'

red 104 ◦ green 48 ◦ blue 93

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

Shades of Palatinate Purple #68305D

Tints of Palatinate Purple #68305D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.59%

 BLUE value IS 93 (36.72% from 255) = 37.96%

R = 42.45%
G = 19.59%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68305D (or 0x68305D) is known color: Palatinate Purple. HEX triplet: 68, 30 and 5D. RGB value is (104,48,93). Sum of RGB (Red+Green+Blue) = 104+48+93=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #68305D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68305D is #97CFA2. Grayscale: #454545. Windows color (decimal): -9949091 or 6107240. OLE color: 6107240.

HSL color Cylindrical-coordinate representation of color #68305D: hue angle of 311.79º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68305D is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 48 93 -
CMYK 0 0.54 0.11 0.59
HSL 311.79º 0.37% 0.3% -
HSV(B) 311.79º 0.54% 0.41% -
XYZ 8.74 5.85 11.02 -
YUV 69.87 141.05 152.34 -
System Red Green Blue C M Y K H S L
Decimal 104 48 93 0 0.54 0.11 0.59 311.79 0.37 0.3
Hex 68 30 5D 0 36 B 3B 138 25 1E
Octal 150 60 135 0 66 13 73 470 45 36
Binary 1101000 110000 1011101 0 110110 1011 111011 100111000 100101 11110

Color Harmonies of #68305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68305D

Black with #68305D

Text Example


Text Example

White with #68305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68305D; }

 p { color: rgb(104,48,93); }

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

background-color css

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

 a { background-color: rgb(104,48,93); }

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

border-color css

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

 span { border-color: rgb(104,48,93); }

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