Html Css Color HEX #6F2557 Palatinate Purple

📋 copy color: '#6F2557'

red 111 ◦ green 37 ◦ blue 87

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

Shades of Palatinate Purple #6F2557

Tints of Palatinate Purple #6F2557

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.74%

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

R = 47.23%
G = 15.74%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#6F2557 (or 0x6F2557) is known color: Palatinate Purple. HEX triplet: 6F, 25 and 57. RGB value is (111,37,87). Sum of RGB (Red+Green+Blue) = 111+37+87=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2557 is #90DAA8. Grayscale: #404040. Windows color (decimal): -9493161 or 5711215. OLE color: 5711215.

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

Color convert

RGB 111 37 87 -
CMYK 0 0.67 0.22 0.56
HSL 319.46º 0.5% 0.29% -
HSV(B) 319.46º 0.67% 0.44% -
XYZ 8.94 5.39 9.59 -
YUV 64.83 140.52 160.93 -
System Red Green Blue C M Y K H S L
Decimal 111 37 87 0 0.67 0.22 0.56 319.46 0.5 0.29
Hex 6F 25 57 0 43 16 38 13F 32 1D
Octal 157 45 127 0 103 26 70 477 62 35
Binary 1101111 100101 1010111 0 1000011 10110 111000 100111111 110010 11101

Color Harmonies of #6F2557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2557

Black with #6F2557

Text Example


Text Example

White with #6F2557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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