Html Css Color HEX #6F2155 Palatinate Purple

📋 copy color: '#6F2155'

red 111 ◦ green 33 ◦ blue 85

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

Shades of Palatinate Purple #6F2155

Tints of Palatinate Purple #6F2155

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.41%

 BLUE value IS 85 (33.59% from 255) = 37.12%

R = 48.47%
G = 14.41%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F2155 (or 0x6F2155) is known color: Palatinate Purple. HEX triplet: 6F, 21 and 55. RGB value is (111,33,85). Sum of RGB (Red+Green+Blue) = 111+33+85=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2155 is #90DEAA. Grayscale: #3E3E3E. Windows color (decimal): -9494187 or 5579119. OLE color: 5579119.

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

Color convert

RGB 111 33 85 -
CMYK 0 0.70 0.23 0.56
HSL 320º 0.54% 0.28% -
HSV(B) 320º 0.7% 0.44% -
XYZ 8.74 5.12 9.12 -
YUV 62.25 140.84 162.77 -
System Red Green Blue C M Y K H S L
Decimal 111 33 85 0 0.70 0.23 0.56 320 0.54 0.28
Hex 6F 21 55 0 46 17 38 140 36 1C
Octal 157 41 125 0 106 27 70 500 66 34
Binary 1101111 100001 1010101 0 1000110 10111 111000 101000000 110110 11100

Color Harmonies of #6F2155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2155

Black with #6F2155

Text Example


Text Example

White with #6F2155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,33,85); }

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

background-color css

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

 a { background-color: rgb(111,33,85); }

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

border-color css

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

 span { border-color: rgb(111,33,85); }

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