Html Css Color HEX #68445F Palatinate Purple

📋 copy color: '#68445F'

red 104 ◦ green 68 ◦ blue 95

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

Shades of Palatinate Purple #68445F

Tints of Palatinate Purple #68445F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.47%

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

R = 38.95%
G = 25.47%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#68445F (or 0x68445F) is known color: Palatinate Purple. HEX triplet: 68, 44 and 5F. RGB value is (104,68,95). Sum of RGB (Red+Green+Blue) = 104+68+95=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #68445F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68445F is #97BBA0. Grayscale: #515151. Windows color (decimal): -9943969 or 6243432. OLE color: 6243432.

HSL color Cylindrical-coordinate representation of color #68445F: hue angle of 315º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68445F is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 68 95 -
CMYK 0 0.35 0.09 0.59
HSL 315º 0.21% 0.34% -
HSV(B) 315º 0.35% 0.41% -
XYZ 9.84 7.9 11.83 -
YUV 81.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 104 68 95 0 0.35 0.09 0.59 315 0.21 0.34
Hex 68 44 5F 0 23 9 3B 13B 15 22
Octal 150 104 137 0 43 11 73 473 25 42
Binary 1101000 1000100 1011111 0 100011 1001 111011 100111011 10101 100010

Color Harmonies of #68445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68445F

Black with #68445F

Text Example


Text Example

White with #68445F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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