Html Css Color HEX #68075E Palatinate Purple

📋 copy color: '#68075E'

red 104 ◦ green 7 ◦ blue 94

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

Shades of Palatinate Purple #68075E

Tints of Palatinate Purple #68075E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 45.85%

R = 50.73%
G = 3.41%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#68075E (or 0x68075E) is known color: Palatinate Purple. HEX triplet: 68, 07 and 5E. RGB value is (104,7,94). Sum of RGB (Red+Green+Blue) = 104+7+94=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #68075E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68075E is #97F8A1. Grayscale: #2D2D2D. Windows color (decimal): -9959586 or 6162280. OLE color: 6162280.

HSL color Cylindrical-coordinate representation of color #68075E: hue angle of 306.19º 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 #68075E is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 7 94 -
CMYK 0 0.93 0.10 0.59
HSL 306.19º 0.87% 0.22% -
HSV(B) 306.19º 0.93% 0.41% -
XYZ 7.81 3.9 10.93 -
YUV 45.92 155.14 169.43 -
System Red Green Blue C M Y K H S L
Decimal 104 7 94 0 0.93 0.10 0.59 306.19 0.87 0.22
Hex 68 7 5E 0 5D A 3B 132 57 16
Octal 150 7 136 0 135 12 73 462 127 26
Binary 1101000 111 1011110 0 1011101 1010 111011 100110010 1010111 10110

Color Harmonies of #68075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68075E

Black with #68075E

Text Example


Text Example

White with #68075E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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