Html Css Color HEX #68165E Palatinate Purple

📋 copy color: '#68165E'

red 104 ◦ green 22 ◦ blue 94

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

Shades of Palatinate Purple #68165E

Tints of Palatinate Purple #68165E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10%

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

R = 47.27%
G = 10%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#68165E (or 0x68165E) is known color: Palatinate Purple. HEX triplet: 68, 16 and 5E. RGB value is (104,22,94). Sum of RGB (Red+Green+Blue) = 104+22+94=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68165E is #97E9A1. Grayscale: #363636. Windows color (decimal): -9955746 or 6166120. OLE color: 6166120.

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

Color convert

RGB 104 22 94 -
CMYK 0 0.79 0.10 0.59
HSL 307.32º 0.65% 0.25% -
HSV(B) 307.32º 0.79% 0.41% -
XYZ 8.02 4.33 11 -
YUV 54.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 104 22 94 0 0.79 0.10 0.59 307.32 0.65 0.25
Hex 68 16 5E 0 4F A 3B 133 41 19
Octal 150 26 136 0 117 12 73 463 101 31
Binary 1101000 10110 1011110 0 1001111 1010 111011 100110011 1000001 11001

Color Harmonies of #68165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68165E

Black with #68165E

Text Example


Text Example

White with #68165E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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