Html Css Color HEX #6E045F Palatinate Purple

📋 copy color: '#6E045F'

red 110 ◦ green 4 ◦ blue 95

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

Shades of Palatinate Purple #6E045F

Tints of Palatinate Purple #6E045F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.91%

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

R = 52.63%
G = 1.91%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6E045F (or 0x6E045F) is known color: Palatinate Purple. HEX triplet: 6E, 04 and 5F. RGB value is (110,4,95). Sum of RGB (Red+Green+Blue) = 110+4+95=209 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.63% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 110 - color contains mainly: red. Hex color #6E045F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E045F is #91FBA0. Grayscale: #2D2D2D. Windows color (decimal): -9567137 or 6227054. OLE color: 6227054.

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

Color convert

RGB 110 4 95 -
CMYK 0 0.96 0.14 0.57
HSL 308.49º 0.93% 0.22% -
HSV(B) 308.49º 0.96% 0.43% -
XYZ 8.54 4.23 11.19 -
YUV 46.07 155.62 173.6 -
System Red Green Blue C M Y K H S L
Decimal 110 4 95 0 0.96 0.14 0.57 308.49 0.93 0.22
Hex 6E 4 5F 0 60 E 39 134 5D 16
Octal 156 4 137 0 140 16 71 464 135 26
Binary 1101110 100 1011111 0 1100000 1110 111001 100110100 1011101 10110

Color Harmonies of #6E045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E045F

Black with #6E045F

Text Example


Text Example

White with #6E045F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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