Html Css Color HEX #6E3B5F Palatinate Purple

📋 copy color: '#6E3B5F'

red 110 ◦ green 59 ◦ blue 95

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

Shades of Palatinate Purple #6E3B5F

Tints of Palatinate Purple #6E3B5F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.35%

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

R = 41.67%
G = 22.35%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6E3B5F (or 0x6E3B5F) is known color: Palatinate Purple. HEX triplet: 6E, 3B and 5F. RGB value is (110,59,95). Sum of RGB (Red+Green+Blue) = 110+59+95=264 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.67% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3B5F is #91C4A0. Grayscale: #4E4E4E. Windows color (decimal): -9553057 or 6241134. OLE color: 6241134.

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

Color convert

RGB 110 59 95 -
CMYK 0 0.46 0.14 0.57
HSL 317.65º 0.3% 0.33% -
HSV(B) 317.65º 0.46% 0.43% -
XYZ 10.06 7.27 11.7 -
YUV 78.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 110 59 95 0 0.46 0.14 0.57 317.65 0.3 0.33
Hex 6E 3B 5F 0 2E E 39 13E 1E 21
Octal 156 73 137 0 56 16 71 476 36 41
Binary 1101110 111011 1011111 0 101110 1110 111001 100111110 11110 100001

Color Harmonies of #6E3B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3B5F

Black with #6E3B5F

Text Example


Text Example

White with #6E3B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,59,95); }

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

background-color css

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

 a { background-color: rgb(110,59,95); }

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

border-color css

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

 span { border-color: rgb(110,59,95); }

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