Html Css Color HEX #68095B Palatinate Purple

📋 copy color: '#68095B'

red 104 ◦ green 9 ◦ blue 91

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

Shades of Palatinate Purple #68095B

Tints of Palatinate Purple #68095B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.61%

R = 50.98%
G = 4.41%
B = 44.61%

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

#68095B (or 0x68095B) is known color: Palatinate Purple. HEX triplet: 68, 09 and 5B. RGB value is (104,9,91). Sum of RGB (Red+Green+Blue) = 104+9+91=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #68095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68095B is #97F6A4. Grayscale: #2E2E2E. Windows color (decimal): -9959077 or 5966184. OLE color: 5966184.

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

Color convert

RGB 104 9 91 -
CMYK 0 0.91 0.12 0.59
HSL 308.21º 0.84% 0.22% -
HSV(B) 308.21º 0.91% 0.41% -
XYZ 7.69 3.89 10.24 -
YUV 46.75 152.97 168.83 -
System Red Green Blue C M Y K H S L
Decimal 104 9 91 0 0.91 0.12 0.59 308.21 0.84 0.22
Hex 68 9 5B 0 5B C 3B 134 54 16
Octal 150 11 133 0 133 14 73 464 124 26
Binary 1101000 1001 1011011 0 1011011 1100 111011 100110100 1010100 10110

Color Harmonies of #68095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68095B

Black with #68095B

Text Example


Text Example

White with #68095B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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