Html Css Color HEX #68145F Palatinate Purple

📋 copy color: '#68145F'

red 104 ◦ green 20 ◦ blue 95

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

Shades of Palatinate Purple #68145F

Tints of Palatinate Purple #68145F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 43.38%

R = 47.49%
G = 9.13%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#68145F (or 0x68145F) is known color: Palatinate Purple. HEX triplet: 68, 14 and 5F. RGB value is (104,20,95). Sum of RGB (Red+Green+Blue) = 104+20+95=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #68145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68145F is #97EBA0. Grayscale: #353535. Windows color (decimal): -9956257 or 6231144. OLE color: 6231144.

HSL color Cylindrical-coordinate representation of color #68145F: hue angle of 306.43º 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 #68145F is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 20 95 -
CMYK 0 0.81 0.09 0.59
HSL 306.43º 0.68% 0.24% -
HSV(B) 306.43º 0.81% 0.41% -
XYZ 8.02 4.27 11.23 -
YUV 53.67 151.33 163.9 -
System Red Green Blue C M Y K H S L
Decimal 104 20 95 0 0.81 0.09 0.59 306.43 0.68 0.24
Hex 68 14 5F 0 51 9 3B 132 44 18
Octal 150 24 137 0 121 11 73 462 104 30
Binary 1101000 10100 1011111 0 1010001 1001 111011 100110010 1000100 11000

Color Harmonies of #68145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68145F

Black with #68145F

Text Example


Text Example

White with #68145F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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