Html Css Color HEX #6F146A Palatinate Purple

📋 copy color: '#6F146A'

red 111 ◦ green 20 ◦ blue 106

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

Shades of Palatinate Purple #6F146A

Tints of Palatinate Purple #6F146A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 44.73%

R = 46.84%
G = 8.44%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F146A (or 0x6F146A) is known color: Palatinate Purple. HEX triplet: 6F, 14 and 6A. RGB value is (111,20,106). Sum of RGB (Red+Green+Blue) = 111+20+106=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 106 (41.80% from 255 or 44.73% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F146A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F146A is #90EB95. Grayscale: #383838. Windows color (decimal): -9497494 or 6952047. OLE color: 6952047.

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

Color convert

RGB 111 20 106 -
CMYK 0 0.82 0.05 0.56
HSL 303.3º 0.69% 0.26% -
HSV(B) 303.3º 0.82% 0.44% -
XYZ 9.41 4.92 14.09 -
YUV 57.01 155.65 166.51 -
System Red Green Blue C M Y K H S L
Decimal 111 20 106 0 0.82 0.05 0.56 303.3 0.69 0.26
Hex 6F 14 6A 0 52 5 38 12F 45 1A
Octal 157 24 152 0 122 5 70 457 105 32
Binary 1101111 10100 1101010 0 1010010 101 111000 100101111 1000101 11010

Color Harmonies of #6F146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F146A

Black with #6F146A

Text Example


Text Example

White with #6F146A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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