Html Css Color HEX #6F1657 Palatinate Purple

📋 copy color: '#6F1657'

red 111 ◦ green 22 ◦ blue 87

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

Shades of Palatinate Purple #6F1657

Tints of Palatinate Purple #6F1657

RGB

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

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

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

R = 50.45%
G = 10%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#6F1657 (or 0x6F1657) is known color: Palatinate Purple. HEX triplet: 6F, 16 and 57. RGB value is (111,22,87). Sum of RGB (Red+Green+Blue) = 111+22+87=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1657 is #90E9A8. Grayscale: #373737. Windows color (decimal): -9497001 or 5707375. OLE color: 5707375.

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

Color convert

RGB 111 22 87 -
CMYK 0 0.80 0.22 0.56
HSL 316.18º 0.67% 0.26% -
HSV(B) 316.18º 0.8% 0.44% -
XYZ 8.56 4.64 9.46 -
YUV 56.02 145.49 167.21 -
System Red Green Blue C M Y K H S L
Decimal 111 22 87 0 0.80 0.22 0.56 316.18 0.67 0.26
Hex 6F 16 57 0 50 16 38 13C 43 1A
Octal 157 26 127 0 120 26 70 474 103 32
Binary 1101111 10110 1010111 0 1010000 10110 111000 100111100 1000011 11010

Color Harmonies of #6F1657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1657

Black with #6F1657

Text Example


Text Example

White with #6F1657

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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