Html Css Color HEX #68065E Palatinate Purple

📋 copy color: '#68065E'

red 104 ◦ green 6 ◦ blue 94

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

Shades of Palatinate Purple #68065E

Tints of Palatinate Purple #68065E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.94%

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

R = 50.98%
G = 2.94%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#68065E (or 0x68065E) is known color: Palatinate Purple. HEX triplet: 68, 06 and 5E. RGB value is (104,6,94). Sum of RGB (Red+Green+Blue) = 104+6+94=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #68065E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68065E is #97F9A1. Grayscale: #2D2D2D. Windows color (decimal): -9959842 or 6162024. OLE color: 6162024.

HSL color Cylindrical-coordinate representation of color #68065E: hue angle of 306.12º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68065E is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 6 94 -
CMYK 0 0.94 0.10 0.59
HSL 306.12º 0.89% 0.22% -
HSV(B) 306.12º 0.94% 0.41% -
XYZ 7.79 3.88 10.93 -
YUV 45.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 104 6 94 0 0.94 0.10 0.59 306.12 0.89 0.22
Hex 68 6 5E 0 5E A 3B 132 59 16
Octal 150 6 136 0 136 12 73 462 131 26
Binary 1101000 110 1011110 0 1011110 1010 111011 100110010 1011001 10110

Color Harmonies of #68065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68065E

Black with #68065E

Text Example


Text Example

White with #68065E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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