Html Css Color HEX #6F165D Palatinate Purple

📋 copy color: '#6F165D'

red 111 ◦ green 22 ◦ blue 93

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

Shades of Palatinate Purple #6F165D

Tints of Palatinate Purple #6F165D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 41.15%

R = 49.12%
G = 9.73%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F165D (or 0x6F165D) is known color: Palatinate Purple. HEX triplet: 6F, 16 and 5D. RGB value is (111,22,93). Sum of RGB (Red+Green+Blue) = 111+22+93=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F165D is #90E9A2. Grayscale: #383838. Windows color (decimal): -9496995 or 6100591. OLE color: 6100591.

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

Color convert

RGB 111 22 93 -
CMYK 0 0.80 0.16 0.56
HSL 312.13º 0.67% 0.26% -
HSV(B) 312.13º 0.8% 0.44% -
XYZ 8.82 4.74 10.81 -
YUV 56.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 111 22 93 0 0.80 0.16 0.56 312.13 0.67 0.26
Hex 6F 16 5D 0 50 10 38 138 43 1A
Octal 157 26 135 0 120 20 70 470 103 32
Binary 1101111 10110 1011101 0 1010000 10000 111000 100111000 1000011 11010

Color Harmonies of #6F165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F165D

Black with #6F165D

Text Example


Text Example

White with #6F165D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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