Html Css Color HEX #6F165C Palatinate Purple

📋 copy color: '#6F165C'

red 111 ◦ green 22 ◦ blue 92

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

Shades of Palatinate Purple #6F165C

Tints of Palatinate Purple #6F165C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40.89%

R = 49.33%
G = 9.78%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F165C (or 0x6F165C) is known color: Palatinate Purple. HEX triplet: 6F, 16 and 5C. RGB value is (111,22,92). Sum of RGB (Red+Green+Blue) = 111+22+92=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F165C is #90E9A3. Grayscale: #383838. Windows color (decimal): -9496996 or 6035055. OLE color: 6035055.

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

Color convert

RGB 111 22 92 -
CMYK 0 0.80 0.17 0.56
HSL 312.81º 0.67% 0.26% -
HSV(B) 312.81º 0.8% 0.44% -
XYZ 8.77 4.73 10.57 -
YUV 56.59 147.99 166.81 -
System Red Green Blue C M Y K H S L
Decimal 111 22 92 0 0.80 0.17 0.56 312.81 0.67 0.26
Hex 6F 16 5C 0 50 11 38 139 43 1A
Octal 157 26 134 0 120 21 70 471 103 32
Binary 1101111 10110 1011100 0 1010000 10001 111000 100111001 1000011 11010

Color Harmonies of #6F165C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F165C

Black with #6F165C

Text Example


Text Example

White with #6F165C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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