Html Css Color HEX #6F175D Palatinate Purple

📋 copy color: '#6F175D'

red 111 ◦ green 23 ◦ blue 93

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

Shades of Palatinate Purple #6F175D

Tints of Palatinate Purple #6F175D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.13%

 BLUE value IS 93 (36.72% from 255) = 40.97%

R = 48.9%
G = 10.13%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F175D (or 0x6F175D) is known color: Palatinate Purple. HEX triplet: 6F, 17 and 5D. RGB value is (111,23,93). Sum of RGB (Red+Green+Blue) = 111+23+93=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F175D is #90E8A2. Grayscale: #393939. Windows color (decimal): -9496739 or 6100847. OLE color: 6100847.

HSL color Cylindrical-coordinate representation of color #6F175D: hue angle of 312.27º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F175D is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 23 93 -
CMYK 0 0.79 0.16 0.56
HSL 312.27º 0.66% 0.26% -
HSV(B) 312.27º 0.79% 0.44% -
XYZ 8.84 4.78 10.81 -
YUV 57.29 148.15 166.31 -
System Red Green Blue C M Y K H S L
Decimal 111 23 93 0 0.79 0.16 0.56 312.27 0.66 0.26
Hex 6F 17 5D 0 4F 10 38 138 42 1A
Octal 157 27 135 0 117 20 70 470 102 32
Binary 1101111 10111 1011101 0 1001111 10000 111000 100111000 1000010 11010

Color Harmonies of #6F175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F175D

Black with #6F175D

Text Example


Text Example

White with #6F175D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,23,93); }

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

background-color css

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

 a { background-color: rgb(111,23,93); }

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

border-color css

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

 span { border-color: rgb(111,23,93); }

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