Html Css Color HEX #6F2056 Palatinate Purple

📋 copy color: '#6F2056'

red 111 ◦ green 32 ◦ blue 86

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

Shades of Palatinate Purple #6F2056

Tints of Palatinate Purple #6F2056

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.97%

 BLUE value IS 86 (33.98% from 255) = 37.55%

R = 48.47%
G = 13.97%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F2056 (or 0x6F2056) is known color: Palatinate Purple. HEX triplet: 6F, 20 and 56. RGB value is (111,32,86). Sum of RGB (Red+Green+Blue) = 111+32+86=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2056 is #90DFA9. Grayscale: #3D3D3D. Windows color (decimal): -9494442 or 5644399. OLE color: 5644399.

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

Color convert

RGB 111 32 86 -
CMYK 0 0.71 0.23 0.56
HSL 318.99º 0.55% 0.28% -
HSV(B) 318.99º 0.71% 0.44% -
XYZ 8.75 5.08 9.32 -
YUV 61.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 111 32 86 0 0.71 0.23 0.56 318.99 0.55 0.28
Hex 6F 20 56 0 47 17 38 13F 37 1C
Octal 157 40 126 0 107 27 70 477 67 34
Binary 1101111 100000 1010110 0 1000111 10111 111000 100111111 110111 11100

Color Harmonies of #6F2056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2056

Black with #6F2056

Text Example


Text Example

White with #6F2056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,32,86); }

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

background-color css

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

 a { background-color: rgb(111,32,86); }

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

border-color css

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

 span { border-color: rgb(111,32,86); }

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