Html Css Color HEX #6F115B Palatinate Purple

📋 copy color: '#6F115B'

red 111 ◦ green 17 ◦ blue 91

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

Shades of Palatinate Purple #6F115B

Tints of Palatinate Purple #6F115B

RGB

 RED value IS 111 (43.75% from 255) = 50.68%

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

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

R = 50.68%
G = 7.76%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F115B (or 0x6F115B) is known color: Palatinate Purple. HEX triplet: 6F, 11 and 5B. RGB value is (111,17,91). Sum of RGB (Red+Green+Blue) = 111+17+91=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F115B is #90EEA4. Grayscale: #353535. Windows color (decimal): -9498277 or 5968239. OLE color: 5968239.

HSL color Cylindrical-coordinate representation of color #6F115B: hue angle of 312.77º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F115B is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 17 91 -
CMYK 0 0.85 0.18 0.56
HSL 312.77º 0.73% 0.25% -
HSV(B) 312.77º 0.85% 0.44% -
XYZ 8.64 4.54 10.32 -
YUV 53.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 111 17 91 0 0.85 0.18 0.56 312.77 0.73 0.25
Hex 6F 11 5B 0 55 12 38 139 49 19
Octal 157 21 133 0 125 22 70 471 111 31
Binary 1101111 10001 1011011 0 1010101 10010 111000 100111001 1001001 11001

Color Harmonies of #6F115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F115B

Black with #6F115B

Text Example


Text Example

White with #6F115B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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