Html Css Color HEX #6B115E Palatinate Purple

📋 copy color: '#6B115E'

red 107 ◦ green 17 ◦ blue 94

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

Shades of Palatinate Purple #6B115E

Tints of Palatinate Purple #6B115E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 43.12%

R = 49.08%
G = 7.8%
B = 43.12%

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

#6B115E (or 0x6B115E) is known color: Palatinate Purple. HEX triplet: 6B, 11 and 5E. RGB value is (107,17,94). Sum of RGB (Red+Green+Blue) = 107+17+94=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B115E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B115E is #94EEA1. Grayscale: #343434. Windows color (decimal): -9760418 or 6164843. OLE color: 6164843.

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

Color convert

RGB 107 17 94 -
CMYK 0 0.84 0.12 0.58
HSL 308.67º 0.73% 0.24% -
HSV(B) 308.67º 0.84% 0.42% -
XYZ 8.28 4.33 10.99 -
YUV 52.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 107 17 94 0 0.84 0.12 0.58 308.67 0.73 0.24
Hex 6B 11 5E 0 54 C 3A 135 49 18
Octal 153 21 136 0 124 14 72 465 111 30
Binary 1101011 10001 1011110 0 1010100 1100 111010 100110101 1001001 11000

Color Harmonies of #6B115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B115E

Black with #6B115E

Text Example


Text Example

White with #6B115E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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