Html Css Color HEX #68095E Palatinate Purple

📋 copy color: '#68095E'

red 104 ◦ green 9 ◦ blue 94

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

Shades of Palatinate Purple #68095E

Tints of Palatinate Purple #68095E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.35%

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

R = 50.24%
G = 4.35%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#68095E (or 0x68095E) is known color: Palatinate Purple. HEX triplet: 68, 09 and 5E. RGB value is (104,9,94). Sum of RGB (Red+Green+Blue) = 104+9+94=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #68095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68095E is #97F6A1. Grayscale: #2E2E2E. Windows color (decimal): -9959074 or 6162792. OLE color: 6162792.

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

Color convert

RGB 104 9 94 -
CMYK 0 0.91 0.10 0.59
HSL 306.32º 0.84% 0.22% -
HSV(B) 306.32º 0.91% 0.41% -
XYZ 7.83 3.95 10.94 -
YUV 47.1 154.47 168.59 -
System Red Green Blue C M Y K H S L
Decimal 104 9 94 0 0.91 0.10 0.59 306.32 0.84 0.22
Hex 68 9 5E 0 5B A 3B 132 54 16
Octal 150 11 136 0 133 12 73 462 124 26
Binary 1101000 1001 1011110 0 1011011 1010 111011 100110010 1010100 10110

Color Harmonies of #68095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68095E

Black with #68095E

Text Example


Text Example

White with #68095E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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