Html Css Color HEX #6E075B Palatinate Purple

📋 copy color: '#6E075B'

red 110 ◦ green 7 ◦ blue 91

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

Shades of Palatinate Purple #6E075B

Tints of Palatinate Purple #6E075B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.37%

 BLUE value IS 91 (35.94% from 255) = 43.75%

R = 52.88%
G = 3.37%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6E075B (or 0x6E075B) is known color: Palatinate Purple. HEX triplet: 6E, 07 and 5B. RGB value is (110,7,91). Sum of RGB (Red+Green+Blue) = 110+7+91=208 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.88% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 110 - color contains mainly: red. Hex color #6E075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E075B is #91F8A4. Grayscale: #2F2F2F. Windows color (decimal): -9566373 or 5965678. OLE color: 5965678.

HSL color Cylindrical-coordinate representation of color #6E075B: hue angle of 311.07º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E075B is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 7 91 -
CMYK 0 0.94 0.17 0.57
HSL 311.07º 0.88% 0.23% -
HSV(B) 311.07º 0.94% 0.43% -
XYZ 8.39 4.22 10.27 -
YUV 47.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 110 7 91 0 0.94 0.17 0.57 311.07 0.88 0.23
Hex 6E 7 5B 0 5E 11 39 137 58 17
Octal 156 7 133 0 136 21 71 467 130 27
Binary 1101110 111 1011011 0 1011110 10001 111001 100110111 1011000 10111

Color Harmonies of #6E075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E075B

Black with #6E075B

Text Example


Text Example

White with #6E075B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,7,91); }

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

background-color css

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

 a { background-color: rgb(110,7,91); }

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

border-color css

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

 span { border-color: rgb(110,7,91); }

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