Html Css Color HEX #6B115B Palatinate Purple

📋 copy color: '#6B115B'

red 107 ◦ green 17 ◦ blue 91

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

Shades of Palatinate Purple #6B115B

Tints of Palatinate Purple #6B115B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.33%

R = 49.77%
G = 7.91%
B = 42.33%

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

#6B115B (or 0x6B115B) is known color: Palatinate Purple. HEX triplet: 6B, 11 and 5B. RGB value is (107,17,91). Sum of RGB (Red+Green+Blue) = 107+17+91=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 107 - color contains mainly: red. Hex color #6B115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B115B is #94EEA4. Grayscale: #343434. Windows color (decimal): -9760421 or 5968235. OLE color: 5968235.

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

Color convert

RGB 107 17 91 -
CMYK 0 0.84 0.15 0.58
HSL 310.67º 0.73% 0.24% -
HSV(B) 310.67º 0.84% 0.42% -
XYZ 8.15 4.28 10.29 -
YUV 52.35 149.82 166.98 -
System Red Green Blue C M Y K H S L
Decimal 107 17 91 0 0.84 0.15 0.58 310.67 0.73 0.24
Hex 6B 11 5B 0 54 F 3A 137 49 18
Octal 153 21 133 0 124 17 72 467 111 30
Binary 1101011 10001 1011011 0 1010100 1111 111010 100110111 1001001 11000

Color Harmonies of #6B115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B115B

Black with #6B115B

Text Example


Text Example

White with #6B115B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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