Html Css Color HEX #6F1957 Palatinate Purple

📋 copy color: '#6F1957'

red 111 ◦ green 25 ◦ blue 87

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

Shades of Palatinate Purple #6F1957

Tints of Palatinate Purple #6F1957

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.21%

 BLUE value IS 87 (34.38% from 255) = 39.01%

R = 49.78%
G = 11.21%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#6F1957 (or 0x6F1957) is known color: Palatinate Purple. HEX triplet: 6F, 19 and 57. RGB value is (111,25,87). Sum of RGB (Red+Green+Blue) = 111+25+87=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1957 is #90E6A8. Grayscale: #393939. Windows color (decimal): -9496233 or 5708143. OLE color: 5708143.

HSL color Cylindrical-coordinate representation of color #6F1957: hue angle of 316.74º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F1957 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 25 87 -
CMYK 0 0.77 0.22 0.56
HSL 316.74º 0.63% 0.27% -
HSV(B) 316.74º 0.77% 0.44% -
XYZ 8.62 4.76 9.48 -
YUV 57.78 144.49 165.96 -
System Red Green Blue C M Y K H S L
Decimal 111 25 87 0 0.77 0.22 0.56 316.74 0.63 0.27
Hex 6F 19 57 0 4D 16 38 13D 3F 1B
Octal 157 31 127 0 115 26 70 475 77 33
Binary 1101111 11001 1010111 0 1001101 10110 111000 100111101 111111 11011

Color Harmonies of #6F1957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1957

Black with #6F1957

Text Example


Text Example

White with #6F1957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,25,87); }

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

background-color css

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

 a { background-color: rgb(111,25,87); }

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

border-color css

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

 span { border-color: rgb(111,25,87); }

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