Html Css Color HEX #6A115D Palatinate Purple

📋 copy color: '#6A115D'

red 106 ◦ green 17 ◦ blue 93

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

Shades of Palatinate Purple #6A115D

Tints of Palatinate Purple #6A115D

RGB

 RED value IS 106 (41.8% from 255) = 49.07%

 GREEN value IS 17 (7.03% from 255) = 7.87%

 BLUE value IS 93 (36.72% from 255) = 43.06%

R = 49.07%
G = 7.87%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6A115D (or 0x6A115D) is known color: Palatinate Purple. HEX triplet: 6A, 11 and 5D. RGB value is (106,17,93). Sum of RGB (Red+Green+Blue) = 106+17+93=216 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.07% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 106 - color contains mainly: red. Hex color #6A115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A115D is #95EEA2. Grayscale: #343434. Windows color (decimal): -9825955 or 6099306. OLE color: 6099306.

HSL color Cylindrical-coordinate representation of color #6A115D: hue angle of 308.76º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A115D is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 17 93 -
CMYK 0 0.84 0.12 0.58
HSL 308.76º 0.72% 0.24% -
HSV(B) 308.76º 0.84% 0.42% -
XYZ 8.12 4.26 10.75 -
YUV 52.28 150.99 166.32 -
System Red Green Blue C M Y K H S L
Decimal 106 17 93 0 0.84 0.12 0.58 308.76 0.72 0.24
Hex 6A 11 5D 0 54 C 3A 135 48 18
Octal 152 21 135 0 124 14 72 465 110 30
Binary 1101010 10001 1011101 0 1010100 1100 111010 100110101 1001000 11000

Color Harmonies of #6A115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A115D

Black with #6A115D

Text Example


Text Example

White with #6A115D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,17,93); }

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

background-color css

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

 a { background-color: rgb(106,17,93); }

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

border-color css

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

 span { border-color: rgb(106,17,93); }

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