Html Css Color HEX #6F115C Palatinate Purple

📋 copy color: '#6F115C'

red 111 ◦ green 17 ◦ blue 92

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

Shades of Palatinate Purple #6F115C

Tints of Palatinate Purple #6F115C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 41.82%

R = 50.45%
G = 7.73%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F115C (or 0x6F115C) is known color: Palatinate Purple. HEX triplet: 6F, 11 and 5C. RGB value is (111,17,92). Sum of RGB (Red+Green+Blue) = 111+17+92=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F115C is #90EEA3. Grayscale: #353535. Windows color (decimal): -9498276 or 6033775. OLE color: 6033775.

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

Color convert

RGB 111 17 92 -
CMYK 0 0.85 0.17 0.56
HSL 312.13º 0.73% 0.25% -
HSV(B) 312.13º 0.85% 0.44% -
XYZ 8.69 4.55 10.55 -
YUV 53.66 149.64 168.9 -
System Red Green Blue C M Y K H S L
Decimal 111 17 92 0 0.85 0.17 0.56 312.13 0.73 0.25
Hex 6F 11 5C 0 55 11 38 138 49 19
Octal 157 21 134 0 125 21 70 470 111 31
Binary 1101111 10001 1011100 0 1010101 10001 111000 100111000 1001001 11001

Color Harmonies of #6F115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F115C

Black with #6F115C

Text Example


Text Example

White with #6F115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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