Html Css Color HEX #6E2B6A Palatinate Purple

📋 copy color: '#6E2B6A'

red 110 ◦ green 43 ◦ blue 106

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

Shades of Palatinate Purple #6E2B6A

Tints of Palatinate Purple #6E2B6A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.6%

 BLUE value IS 106 (41.8% from 255) = 40.93%

R = 42.47%
G = 16.6%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#6E2B6A (or 0x6E2B6A) is known color: Palatinate Purple. HEX triplet: 6E, 2B and 6A. RGB value is (110,43,106). Sum of RGB (Red+Green+Blue) = 110+43+106=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2B6A is #91D495. Grayscale: #464646. Windows color (decimal): -9557142 or 6957934. OLE color: 6957934.

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

Color convert

RGB 110 43 106 -
CMYK 0 0.61 0.04 0.57
HSL 303.58º 0.44% 0.3% -
HSV(B) 303.58º 0.61% 0.43% -
XYZ 9.9 6.08 14.29 -
YUV 70.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 110 43 106 0 0.61 0.04 0.57 303.58 0.44 0.3
Hex 6E 2B 6A 0 3D 4 39 130 2C 1E
Octal 156 53 152 0 75 4 71 460 54 36
Binary 1101110 101011 1101010 0 111101 100 111001 100110000 101100 11110

Color Harmonies of #6E2B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2B6A

Black with #6E2B6A

Text Example


Text Example

White with #6E2B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,43,106); }

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

background-color css

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

 a { background-color: rgb(110,43,106); }

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

border-color css

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

 span { border-color: rgb(110,43,106); }

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