Html Css Color HEX #6E285F Palatinate Purple

📋 copy color: '#6E285F'

red 110 ◦ green 40 ◦ blue 95

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

Shades of Palatinate Purple #6E285F

Tints of Palatinate Purple #6E285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.33%

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

R = 44.9%
G = 16.33%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6E285F (or 0x6E285F) is known color: Palatinate Purple. HEX triplet: 6E, 28 and 5F. RGB value is (110,40,95). Sum of RGB (Red+Green+Blue) = 110+40+95=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 110 - color contains mainly: red. Hex color #6E285F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E285F is #91D7A0. Grayscale: #434343. Windows color (decimal): -9557921 or 6236270. OLE color: 6236270.

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

Color convert

RGB 110 40 95 -
CMYK 0 0.64 0.14 0.57
HSL 312.86º 0.47% 0.29% -
HSV(B) 312.86º 0.64% 0.43% -
XYZ 9.25 5.66 11.43 -
YUV 67.2 143.69 158.53 -
System Red Green Blue C M Y K H S L
Decimal 110 40 95 0 0.64 0.14 0.57 312.86 0.47 0.29
Hex 6E 28 5F 0 40 E 39 139 2F 1D
Octal 156 50 137 0 100 16 71 471 57 35
Binary 1101110 101000 1011111 0 1000000 1110 111001 100111001 101111 11101

Color Harmonies of #6E285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E285F

Black with #6E285F

Text Example


Text Example

White with #6E285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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