Html Css Color HEX #6F155B Palatinate Purple

📋 copy color: '#6F155B'

red 111 ◦ green 21 ◦ blue 91

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

Shades of Palatinate Purple #6F155B

Tints of Palatinate Purple #6F155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.81%

R = 49.78%
G = 9.42%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F155B (or 0x6F155B) is known color: Palatinate Purple. HEX triplet: 6F, 15 and 5B. RGB value is (111,21,91). Sum of RGB (Red+Green+Blue) = 111+21+91=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F155B is #90EAA4. Grayscale: #373737. Windows color (decimal): -9497253 or 5969263. OLE color: 5969263.

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

Color convert

RGB 111 21 91 -
CMYK 0 0.81 0.18 0.56
HSL 313.33º 0.68% 0.26% -
HSV(B) 313.33º 0.81% 0.44% -
XYZ 8.71 4.67 10.34 -
YUV 55.89 147.82 167.31 -
System Red Green Blue C M Y K H S L
Decimal 111 21 91 0 0.81 0.18 0.56 313.33 0.68 0.26
Hex 6F 15 5B 0 51 12 38 139 44 1A
Octal 157 25 133 0 121 22 70 471 104 32
Binary 1101111 10101 1011011 0 1010001 10010 111000 100111001 1000100 11010

Color Harmonies of #6F155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F155B

Black with #6F155B

Text Example


Text Example

White with #6F155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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