Html Css Color HEX #68305C Palatinate Purple

📋 copy color: '#68305C'

red 104 ◦ green 48 ◦ blue 92

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

Shades of Palatinate Purple #68305C

Tints of Palatinate Purple #68305C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.7%

R = 42.62%
G = 19.67%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68305C (or 0x68305C) is known color: Palatinate Purple. HEX triplet: 68, 30 and 5C. RGB value is (104,48,92). Sum of RGB (Red+Green+Blue) = 104+48+92=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #68305C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68305C is #97CFA3. Grayscale: #454545. Windows color (decimal): -9949092 or 6041704. OLE color: 6041704.

HSL color Cylindrical-coordinate representation of color #68305C: hue angle of 312.86º 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 #68305C is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 48 92 -
CMYK 0 0.54 0.12 0.59
HSL 312.86º 0.37% 0.3% -
HSV(B) 312.86º 0.54% 0.41% -
XYZ 8.7 5.83 10.79 -
YUV 69.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 104 48 92 0 0.54 0.12 0.59 312.86 0.37 0.3
Hex 68 30 5C 0 36 C 3B 139 25 1E
Octal 150 60 134 0 66 14 73 471 45 36
Binary 1101000 110000 1011100 0 110110 1100 111011 100111001 100101 11110

Color Harmonies of #68305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68305C

Black with #68305C

Text Example


Text Example

White with #68305C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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