Html Css Color HEX #68355F Palatinate Purple

📋 copy color: '#68355F'

red 104 ◦ green 53 ◦ blue 95

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

Shades of Palatinate Purple #68355F

Tints of Palatinate Purple #68355F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.03%

 BLUE value IS 95 (37.5% from 255) = 37.7%

R = 41.27%
G = 21.03%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#68355F (or 0x68355F) is known color: Palatinate Purple. HEX triplet: 68, 35 and 5F. RGB value is (104,53,95). Sum of RGB (Red+Green+Blue) = 104+53+95=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #68355F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68355F is #97CAA0. Grayscale: #484848. Windows color (decimal): -9947809 or 6239592. OLE color: 6239592.

HSL color Cylindrical-coordinate representation of color #68355F: hue angle of 310.59º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68355F is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 53 95 -
CMYK 0 0.49 0.09 0.59
HSL 310.59º 0.32% 0.31% -
HSV(B) 310.59º 0.49% 0.41% -
XYZ 9.05 6.32 11.57 -
YUV 73.04 140.4 150.08 -
System Red Green Blue C M Y K H S L
Decimal 104 53 95 0 0.49 0.09 0.59 310.59 0.32 0.31
Hex 68 35 5F 0 31 9 3B 137 20 1F
Octal 150 65 137 0 61 11 73 467 40 37
Binary 1101000 110101 1011111 0 110001 1001 111011 100110111 100000 11111

Color Harmonies of #68355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68355F

Black with #68355F

Text Example


Text Example

White with #68355F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68355F; }

 p { color: rgb(104,53,95); }

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

background-color css

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

 a { background-color: rgb(104,53,95); }

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

border-color css

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

 span { border-color: rgb(104,53,95); }

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