Html Css Color HEX #6F156E Palatinate Purple

📋 copy color: '#6F156E'

red 111 ◦ green 21 ◦ blue 110

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

Shades of Palatinate Purple #6F156E

Tints of Palatinate Purple #6F156E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.45%

R = 45.87%
G = 8.68%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#6F156E (or 0x6F156E) is known color: Palatinate Purple. HEX triplet: 6F, 15 and 6E. RGB value is (111,21,110). Sum of RGB (Red+Green+Blue) = 111+21+110=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F156E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F156E is #90EA91. Grayscale: #393939. Windows color (decimal): -9497234 or 7214447. OLE color: 7214447.

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

Color convert

RGB 111 21 110 -
CMYK 0 0.81 0.01 0.56
HSL 300.67º 0.68% 0.26% -
HSV(B) 300.67º 0.81% 0.44% -
XYZ 9.64 5.04 15.22 -
YUV 58.06 157.32 165.76 -
System Red Green Blue C M Y K H S L
Decimal 111 21 110 0 0.81 0.01 0.56 300.67 0.68 0.26
Hex 6F 15 6E 0 51 1 38 12D 44 1A
Octal 157 25 156 0 121 1 70 455 104 32
Binary 1101111 10101 1101110 0 1010001 1 111000 100101101 1000100 11010

Color Harmonies of #6F156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F156E

Black with #6F156E

Text Example


Text Example

White with #6F156E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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