Html Css Color HEX #6F2257 Palatinate Purple

📋 copy color: '#6F2257'

red 111 ◦ green 34 ◦ blue 87

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

Shades of Palatinate Purple #6F2257

Tints of Palatinate Purple #6F2257

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.66%

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

R = 47.84%
G = 14.66%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#6F2257 (or 0x6F2257) is known color: Palatinate Purple. HEX triplet: 6F, 22 and 57. RGB value is (111,34,87). Sum of RGB (Red+Green+Blue) = 111+34+87=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2257 is #90DDA8. Grayscale: #3E3E3E. Windows color (decimal): -9493929 or 5710447. OLE color: 5710447.

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

Color convert

RGB 111 34 87 -
CMYK 0 0.69 0.22 0.56
HSL 318.7º 0.53% 0.28% -
HSV(B) 318.7º 0.69% 0.44% -
XYZ 8.85 5.21 9.56 -
YUV 63.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 111 34 87 0 0.69 0.22 0.56 318.7 0.53 0.28
Hex 6F 22 57 0 45 16 38 13F 35 1C
Octal 157 42 127 0 105 26 70 477 65 34
Binary 1101111 100010 1010111 0 1000101 10110 111000 100111111 110101 11100

Color Harmonies of #6F2257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2257

Black with #6F2257

Text Example


Text Example

White with #6F2257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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