Html Css Color HEX #68075D Palatinate Purple

📋 copy color: '#68075D'

red 104 ◦ green 7 ◦ blue 93

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

Shades of Palatinate Purple #68075D

Tints of Palatinate Purple #68075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.43%

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

R = 50.98%
G = 3.43%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#68075D (or 0x68075D) is known color: Palatinate Purple. HEX triplet: 68, 07 and 5D. RGB value is (104,7,93). Sum of RGB (Red+Green+Blue) = 104+7+93=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #68075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68075D is #97F8A2. Grayscale: #2D2D2D. Windows color (decimal): -9959587 or 6096744. OLE color: 6096744.

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

Color convert

RGB 104 7 93 -
CMYK 0 0.93 0.11 0.59
HSL 306.8º 0.87% 0.22% -
HSV(B) 306.8º 0.93% 0.41% -
XYZ 7.76 3.89 10.7 -
YUV 45.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 104 7 93 0 0.93 0.11 0.59 306.8 0.87 0.22
Hex 68 7 5D 0 5D B 3B 133 57 16
Octal 150 7 135 0 135 13 73 463 127 26
Binary 1101000 111 1011101 0 1011101 1011 111011 100110011 1010111 10110

Color Harmonies of #68075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68075D

Black with #68075D

Text Example


Text Example

White with #68075D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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