Html Css Color HEX #6B115F Palatinate Purple

📋 copy color: '#6B115F'

red 107 ◦ green 17 ◦ blue 95

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

Shades of Palatinate Purple #6B115F

Tints of Palatinate Purple #6B115F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 43.38%

R = 48.86%
G = 7.76%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6B115F (or 0x6B115F) is known color: Palatinate Purple. HEX triplet: 6B, 11 and 5F. RGB value is (107,17,95). Sum of RGB (Red+Green+Blue) = 107+17+95=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B115F is #94EEA0. Grayscale: #343434. Windows color (decimal): -9760417 or 6230379. OLE color: 6230379.

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

Color convert

RGB 107 17 95 -
CMYK 0 0.84 0.11 0.58
HSL 308º 0.73% 0.24% -
HSV(B) 308º 0.84% 0.42% -
XYZ 8.33 4.35 11.23 -
YUV 52.8 151.82 166.66 -
System Red Green Blue C M Y K H S L
Decimal 107 17 95 0 0.84 0.11 0.58 308 0.73 0.24
Hex 6B 11 5F 0 54 B 3A 134 49 18
Octal 153 21 137 0 124 13 72 464 111 30
Binary 1101011 10001 1011111 0 1010100 1011 111010 100110100 1001001 11000

Color Harmonies of #6B115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B115F

Black with #6B115F

Text Example


Text Example

White with #6B115F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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