Html Css Color HEX #6F2857 Palatinate Purple

📋 copy color: '#6F2857'

red 111 ◦ green 40 ◦ blue 87

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

Shades of Palatinate Purple #6F2857

Tints of Palatinate Purple #6F2857

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.81%

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

R = 46.64%
G = 16.81%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#6F2857 (or 0x6F2857) is known color: Palatinate Purple. HEX triplet: 6F, 28 and 57. RGB value is (111,40,87). Sum of RGB (Red+Green+Blue) = 111+40+87=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2857 is #90D7A8. Grayscale: #424242. Windows color (decimal): -9492393 or 5711983. OLE color: 5711983.

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

Color convert

RGB 111 40 87 -
CMYK 0 0.64 0.22 0.56
HSL 320.28º 0.47% 0.3% -
HSV(B) 320.28º 0.64% 0.44% -
XYZ 9.03 5.59 9.62 -
YUV 66.59 139.52 159.68 -
System Red Green Blue C M Y K H S L
Decimal 111 40 87 0 0.64 0.22 0.56 320.28 0.47 0.3
Hex 6F 28 57 0 40 16 38 140 2F 1E
Octal 157 50 127 0 100 26 70 500 57 36
Binary 1101111 101000 1010111 0 1000000 10110 111000 101000000 101111 11110

Color Harmonies of #6F2857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2857

Black with #6F2857

Text Example


Text Example

White with #6F2857

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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