Html Css Color HEX #68145B Palatinate Purple

📋 copy color: '#68145B'

red 104 ◦ green 20 ◦ blue 91

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

Shades of Palatinate Purple #68145B

Tints of Palatinate Purple #68145B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.3%

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

R = 48.37%
G = 9.3%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68145B (or 0x68145B) is known color: Palatinate Purple. HEX triplet: 68, 14 and 5B. RGB value is (104,20,91). Sum of RGB (Red+Green+Blue) = 104+20+91=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68145B is #97EBA4. Grayscale: #353535. Windows color (decimal): -9956261 or 5969000. OLE color: 5969000.

HSL color Cylindrical-coordinate representation of color #68145B: hue angle of 309.29º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68145B is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 20 91 -
CMYK 0 0.81 0.12 0.59
HSL 309.29º 0.68% 0.24% -
HSV(B) 309.29º 0.81% 0.41% -
XYZ 7.85 4.2 10.29 -
YUV 53.21 149.33 164.23 -
System Red Green Blue C M Y K H S L
Decimal 104 20 91 0 0.81 0.12 0.59 309.29 0.68 0.24
Hex 68 14 5B 0 51 C 3B 135 44 18
Octal 150 24 133 0 121 14 73 465 104 30
Binary 1101000 10100 1011011 0 1010001 1100 111011 100110101 1000100 11000

Color Harmonies of #68145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68145B

Black with #68145B

Text Example


Text Example

White with #68145B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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