Html Css Color HEX #6F165A Palatinate Purple

📋 copy color: '#6F165A'

red 111 ◦ green 22 ◦ blue 90

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

Shades of Palatinate Purple #6F165A

Tints of Palatinate Purple #6F165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.87%

 BLUE value IS 90 (35.55% from 255) = 40.36%

R = 49.78%
G = 9.87%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#6F165A (or 0x6F165A) is known color: Palatinate Purple. HEX triplet: 6F, 16 and 5A. RGB value is (111,22,90). Sum of RGB (Red+Green+Blue) = 111+22+90=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F165A is #90E9A5. Grayscale: #383838. Windows color (decimal): -9496998 or 5903983. OLE color: 5903983.

HSL color Cylindrical-coordinate representation of color #6F165A: hue angle of 314.16º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F165A is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 22 90 -
CMYK 0 0.80 0.19 0.56
HSL 314.16º 0.67% 0.26% -
HSV(B) 314.16º 0.8% 0.44% -
XYZ 8.69 4.69 10.12 -
YUV 56.36 146.99 166.97 -
System Red Green Blue C M Y K H S L
Decimal 111 22 90 0 0.80 0.19 0.56 314.16 0.67 0.26
Hex 6F 16 5A 0 50 13 38 13A 43 1A
Octal 157 26 132 0 120 23 70 472 103 32
Binary 1101111 10110 1011010 0 1010000 10011 111000 100111010 1000011 11010

Color Harmonies of #6F165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F165A

Black with #6F165A

Text Example


Text Example

White with #6F165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,22,90); }

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

background-color css

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

 a { background-color: rgb(111,22,90); }

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

border-color css

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

 span { border-color: rgb(111,22,90); }

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