Html Css Color HEX #6E035F Palatinate Purple

📋 copy color: '#6E035F'

red 110 ◦ green 3 ◦ blue 95

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

Shades of Palatinate Purple #6E035F

Tints of Palatinate Purple #6E035F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

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

R = 52.88%
G = 1.44%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6E035F (or 0x6E035F) is known color: Palatinate Purple. HEX triplet: 6E, 03 and 5F. RGB value is (110,3,95). Sum of RGB (Red+Green+Blue) = 110+3+95=208 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.88% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 110 - color contains mainly: red. Hex color #6E035F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E035F is #91FCA0. Grayscale: #2D2D2D. Windows color (decimal): -9567393 or 6226798. OLE color: 6226798.

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

Color convert

RGB 110 3 95 -
CMYK 0 0.97 0.14 0.57
HSL 308.41º 0.95% 0.22% -
HSV(B) 308.41º 0.97% 0.43% -
XYZ 8.53 4.21 11.19 -
YUV 45.48 155.95 174.02 -
System Red Green Blue C M Y K H S L
Decimal 110 3 95 0 0.97 0.14 0.57 308.41 0.95 0.22
Hex 6E 3 5F 0 61 E 39 134 5F 16
Octal 156 3 137 0 141 16 71 464 137 26
Binary 1101110 11 1011111 0 1100001 1110 111001 100110100 1011111 10110

Color Harmonies of #6E035F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E035F

Black with #6E035F

Text Example


Text Example

White with #6E035F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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