Html Css Color HEX #68375A Palatinate Purple

📋 copy color: '#68375A'

red 104 ◦ green 55 ◦ blue 90

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

Shades of Palatinate Purple #68375A

Tints of Palatinate Purple #68375A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.09%

 BLUE value IS 90 (35.55% from 255) = 36.14%

R = 41.77%
G = 22.09%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#68375A (or 0x68375A) is known color: Palatinate Purple. HEX triplet: 68, 37 and 5A. RGB value is (104,55,90). Sum of RGB (Red+Green+Blue) = 104+55+90=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #68375A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68375A is #97C8A5. Grayscale: #494949. Windows color (decimal): -9947302 or 5912424. OLE color: 5912424.

HSL color Cylindrical-coordinate representation of color #68375A: hue angle of 317.14º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68375A is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 55 90 -
CMYK 0 0.47 0.13 0.59
HSL 317.14º 0.31% 0.31% -
HSV(B) 317.14º 0.47% 0.41% -
XYZ 8.92 6.41 10.44 -
YUV 73.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 104 55 90 0 0.47 0.13 0.59 317.14 0.31 0.31
Hex 68 37 5A 0 2F D 3B 13D 1F 1F
Octal 150 67 132 0 57 15 73 475 37 37
Binary 1101000 110111 1011010 0 101111 1101 111011 100111101 11111 11111

Color Harmonies of #68375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68375A

Black with #68375A

Text Example


Text Example

White with #68375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68375A; }

 p { color: rgb(104,55,90); }

 H1.HeaderClassName
 {
   color: #68375A;
 }
 .AnyTagClassName
 {
   color: #68375A;
 }
</style>

background-color css

<style>
 a { background-color: #68375A; }

 a { background-color: rgb(104,55,90); }

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

border-color css

<style>
 span { border-color: #68375A; }

 span { border-color: rgb(104,55,90); }

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