Html Css Color HEX #6F155C Palatinate Purple

📋 copy color: '#6F155C'

red 111 ◦ green 21 ◦ blue 92

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

Shades of Palatinate Purple #6F155C

Tints of Palatinate Purple #6F155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.38%

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

R = 49.55%
G = 9.38%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F155C (or 0x6F155C) is known color: Palatinate Purple. HEX triplet: 6F, 15 and 5C. RGB value is (111,21,92). Sum of RGB (Red+Green+Blue) = 111+21+92=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F155C is #90EAA3. Grayscale: #373737. Windows color (decimal): -9497252 or 6034799. OLE color: 6034799.

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

Color convert

RGB 111 21 92 -
CMYK 0 0.81 0.17 0.56
HSL 312.67º 0.68% 0.26% -
HSV(B) 312.67º 0.81% 0.44% -
XYZ 8.76 4.69 10.57 -
YUV 56 148.32 167.23 -
System Red Green Blue C M Y K H S L
Decimal 111 21 92 0 0.81 0.17 0.56 312.67 0.68 0.26
Hex 6F 15 5C 0 51 11 38 139 44 1A
Octal 157 25 134 0 121 21 70 471 104 32
Binary 1101111 10101 1011100 0 1010001 10001 111000 100111001 1000100 11010

Color Harmonies of #6F155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F155C

Black with #6F155C

Text Example


Text Example

White with #6F155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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