Html Css Color HEX #6F115F Palatinate Purple

📋 copy color: '#6F115F'

red 111 ◦ green 17 ◦ blue 95

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

Shades of Palatinate Purple #6F115F

Tints of Palatinate Purple #6F115F

RGB

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

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

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

R = 49.78%
G = 7.62%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F115F (or 0x6F115F) is known color: Palatinate Purple. HEX triplet: 6F, 11 and 5F. RGB value is (111,17,95). Sum of RGB (Red+Green+Blue) = 111+17+95=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F115F is #90EEA0. Grayscale: #353535. Windows color (decimal): -9498273 or 6230383. OLE color: 6230383.

HSL color Cylindrical-coordinate representation of color #6F115F: hue angle of 310.21º 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 #6F115F is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 17 95 -
CMYK 0 0.85 0.14 0.56
HSL 310.21º 0.73% 0.25% -
HSV(B) 310.21º 0.85% 0.44% -
XYZ 8.82 4.61 11.25 -
YUV 54 151.14 168.66 -
System Red Green Blue C M Y K H S L
Decimal 111 17 95 0 0.85 0.14 0.56 310.21 0.73 0.25
Hex 6F 11 5F 0 55 E 38 136 49 19
Octal 157 21 137 0 125 16 70 466 111 31
Binary 1101111 10001 1011111 0 1010101 1110 111000 100110110 1001001 11001

Color Harmonies of #6F115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F115F

Black with #6F115F

Text Example


Text Example

White with #6F115F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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