Html Css Color HEX #6F146E Palatinate Purple

📋 copy color: '#6F146E'

red 111 ◦ green 20 ◦ blue 110

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

Shades of Palatinate Purple #6F146E

Tints of Palatinate Purple #6F146E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.3%

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

R = 46.06%
G = 8.3%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#6F146E (or 0x6F146E) is known color: Palatinate Purple. HEX triplet: 6F, 14 and 6E. RGB value is (111,20,110). Sum of RGB (Red+Green+Blue) = 111+20+110=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F146E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F146E is #90EB91. Grayscale: #393939. Windows color (decimal): -9497490 or 7214191. OLE color: 7214191.

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

Color convert

RGB 111 20 110 -
CMYK 0 0.82 0.01 0.56
HSL 300.66º 0.69% 0.26% -
HSV(B) 300.66º 0.82% 0.44% -
XYZ 9.62 5.01 15.21 -
YUV 57.47 157.65 166.18 -
System Red Green Blue C M Y K H S L
Decimal 111 20 110 0 0.82 0.01 0.56 300.66 0.69 0.26
Hex 6F 14 6E 0 52 1 38 12D 45 1A
Octal 157 24 156 0 122 1 70 455 105 32
Binary 1101111 10100 1101110 0 1010010 1 111000 100101101 1000101 11010

Color Harmonies of #6F146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F146E

Black with #6F146E

Text Example


Text Example

White with #6F146E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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