Html Css Color HEX #6E3868 Palatinate Purple

📋 copy color: '#6E3868'

red 110 ◦ green 56 ◦ blue 104

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

Shades of Palatinate Purple #6E3868

Tints of Palatinate Purple #6E3868

RGB

 RED value IS 110 (43.36% from 255) = 40.74%

 GREEN value IS 56 (22.27% from 255) = 20.74%

 BLUE value IS 104 (41.02% from 255) = 38.52%

R = 40.74%
G = 20.74%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#6E3868 (or 0x6E3868) is known color: Palatinate Purple. HEX triplet: 6E, 38 and 68. RGB value is (110,56,104). Sum of RGB (Red+Green+Blue) = 110+56+104=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3868 is #91C797. Grayscale: #4D4D4D. Windows color (decimal): -9553816 or 6830190. OLE color: 6830190.

HSL color Cylindrical-coordinate representation of color #6E3868: hue angle of 306.67º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E3868 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 56 104 -
CMYK 0 0.49 0.05 0.57
HSL 306.67º 0.33% 0.33% -
HSV(B) 306.67º 0.49% 0.43% -
XYZ 10.34 7.14 13.93 -
YUV 77.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 110 56 104 0 0.49 0.05 0.57 306.67 0.33 0.33
Hex 6E 38 68 0 31 5 39 133 21 21
Octal 156 70 150 0 61 5 71 463 41 41
Binary 1101110 111000 1101000 0 110001 101 111001 100110011 100001 100001

Color Harmonies of #6E3868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3868

Black with #6E3868

Text Example


Text Example

White with #6E3868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E3868; }

 p { color: rgb(110,56,104); }

 H1.HeaderClassName
 {
   color: #6E3868;
 }
 .AnyTagClassName
 {
   color: #6E3868;
 }
</style>

background-color css

<style>
 a { background-color: #6E3868; }

 a { background-color: rgb(110,56,104); }

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

border-color css

<style>
 span { border-color: #6E3868; }

 span { border-color: rgb(110,56,104); }

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