Html Css Color HEX #6F115E Palatinate Purple

📋 copy color: '#6F115E'

red 111 ◦ green 17 ◦ blue 94

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

Shades of Palatinate Purple #6F115E

Tints of Palatinate Purple #6F115E

RGB

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

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

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

R = 50%
G = 7.66%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F115E (or 0x6F115E) is known color: Palatinate Purple. HEX triplet: 6F, 11 and 5E. RGB value is (111,17,94). Sum of RGB (Red+Green+Blue) = 111+17+94=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F115E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F115E is #90EEA1. Grayscale: #353535. Windows color (decimal): -9498274 or 6164847. OLE color: 6164847.

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

Color convert

RGB 111 17 94 -
CMYK 0 0.85 0.15 0.56
HSL 310.85º 0.73% 0.25% -
HSV(B) 310.85º 0.85% 0.44% -
XYZ 8.78 4.59 11.01 -
YUV 53.88 150.64 168.74 -
System Red Green Blue C M Y K H S L
Decimal 111 17 94 0 0.85 0.15 0.56 310.85 0.73 0.25
Hex 6F 11 5E 0 55 F 38 137 49 19
Octal 157 21 136 0 125 17 70 467 111 31
Binary 1101111 10001 1011110 0 1010101 1111 111000 100110111 1001001 11001

Color Harmonies of #6F115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F115E

Black with #6F115E

Text Example


Text Example

White with #6F115E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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