Html Css Color HEX #6F155D Palatinate Purple

📋 copy color: '#6F155D'

red 111 ◦ green 21 ◦ blue 93

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

Shades of Palatinate Purple #6F155D

Tints of Palatinate Purple #6F155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.33%

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

R = 49.33%
G = 9.33%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F155D (or 0x6F155D) is known color: Palatinate Purple. HEX triplet: 6F, 15 and 5D. RGB value is (111,21,93). Sum of RGB (Red+Green+Blue) = 111+21+93=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F155D is #90EAA2. Grayscale: #373737. Windows color (decimal): -9497251 or 6100335. OLE color: 6100335.

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

Color convert

RGB 111 21 93 -
CMYK 0 0.81 0.16 0.56
HSL 312º 0.68% 0.26% -
HSV(B) 312º 0.81% 0.44% -
XYZ 8.8 4.71 10.8 -
YUV 56.12 148.82 167.15 -
System Red Green Blue C M Y K H S L
Decimal 111 21 93 0 0.81 0.16 0.56 312 0.68 0.26
Hex 6F 15 5D 0 51 10 38 138 44 1A
Octal 157 25 135 0 121 20 70 470 104 32
Binary 1101111 10101 1011101 0 1010001 10000 111000 100111000 1000100 11010

Color Harmonies of #6F155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F155D

Black with #6F155D

Text Example


Text Example

White with #6F155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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