Html Css Color HEX #68095C Palatinate Purple

📋 copy color: '#68095C'

red 104 ◦ green 9 ◦ blue 92

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

Shades of Palatinate Purple #68095C

Tints of Palatinate Purple #68095C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.88%

R = 50.73%
G = 4.39%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68095C (or 0x68095C) is known color: Palatinate Purple. HEX triplet: 68, 09 and 5C. RGB value is (104,9,92). Sum of RGB (Red+Green+Blue) = 104+9+92=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #68095C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68095C is #97F6A3. Grayscale: #2E2E2E. Windows color (decimal): -9959076 or 6031720. OLE color: 6031720.

HSL color Cylindrical-coordinate representation of color #68095C: hue angle of 307.58º 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 #68095C is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 9 92 -
CMYK 0 0.91 0.12 0.59
HSL 307.58º 0.84% 0.22% -
HSV(B) 307.58º 0.91% 0.41% -
XYZ 7.74 3.91 10.47 -
YUV 46.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 104 9 92 0 0.91 0.12 0.59 307.58 0.84 0.22
Hex 68 9 5C 0 5B C 3B 134 54 16
Octal 150 11 134 0 133 14 73 464 124 26
Binary 1101000 1001 1011100 0 1011011 1100 111011 100110100 1010100 10110

Color Harmonies of #68095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68095C

Black with #68095C

Text Example


Text Example

White with #68095C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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