Html Css Color HEX #6B115D Palatinate Purple

📋 copy color: '#6B115D'

red 107 ◦ green 17 ◦ blue 93

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

Shades of Palatinate Purple #6B115D

Tints of Palatinate Purple #6B115D

RGB

 RED value IS 107 (42.19% from 255) = 49.31%

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

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

R = 49.31%
G = 7.83%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6B115D (or 0x6B115D) is known color: Palatinate Purple. HEX triplet: 6B, 11 and 5D. RGB value is (107,17,93). Sum of RGB (Red+Green+Blue) = 107+17+93=217 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.31% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 107 - color contains mainly: red. Hex color #6B115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B115D is #94EEA2. Grayscale: #343434. Windows color (decimal): -9760419 or 6099307. OLE color: 6099307.

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

Color convert

RGB 107 17 93 -
CMYK 0 0.84 0.13 0.58
HSL 309.33º 0.73% 0.24% -
HSV(B) 309.33º 0.84% 0.42% -
XYZ 8.24 4.32 10.75 -
YUV 52.57 150.82 166.82 -
System Red Green Blue C M Y K H S L
Decimal 107 17 93 0 0.84 0.13 0.58 309.33 0.73 0.24
Hex 6B 11 5D 0 54 D 3A 135 49 18
Octal 153 21 135 0 124 15 72 465 111 30
Binary 1101011 10001 1011101 0 1010100 1101 111010 100110101 1001001 11000

Color Harmonies of #6B115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B115D

Black with #6B115D

Text Example


Text Example

White with #6B115D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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