Html Css Color HEX #6A115A Palatinate Purple

📋 copy color: '#6A115A'

red 106 ◦ green 17 ◦ blue 90

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

Shades of Palatinate Purple #6A115A

Tints of Palatinate Purple #6A115A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 42.25%

R = 49.77%
G = 7.98%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6A115A (or 0x6A115A) is known color: Palatinate Purple. HEX triplet: 6A, 11 and 5A. RGB value is (106,17,90). Sum of RGB (Red+Green+Blue) = 106+17+90=213 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.77% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 106 - color contains mainly: red. Hex color #6A115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A115A is #95EEA5. Grayscale: #333333. Windows color (decimal): -9825958 or 5902698. OLE color: 5902698.

HSL color Cylindrical-coordinate representation of color #6A115A: hue angle of 310.79º 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 #6A115A is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 17 90 -
CMYK 0 0.84 0.15 0.58
HSL 310.79º 0.72% 0.24% -
HSV(B) 310.79º 0.84% 0.42% -
XYZ 7.99 4.2 10.06 -
YUV 51.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 106 17 90 0 0.84 0.15 0.58 310.79 0.72 0.24
Hex 6A 11 5A 0 54 F 3A 137 48 18
Octal 152 21 132 0 124 17 72 467 110 30
Binary 1101010 10001 1011010 0 1010100 1111 111010 100110111 1001000 11000

Color Harmonies of #6A115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A115A

Black with #6A115A

Text Example


Text Example

White with #6A115A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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