Html Css Color HEX #6F1255 Palatinate Purple

📋 copy color: '#6F1255'

red 111 ◦ green 18 ◦ blue 85

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

Shades of Palatinate Purple #6F1255

Tints of Palatinate Purple #6F1255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.41%

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

R = 51.87%
G = 8.41%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F1255 (or 0x6F1255) is known color: Palatinate Purple. HEX triplet: 6F, 12 and 55. RGB value is (111,18,85). Sum of RGB (Red+Green+Blue) = 111+18+85=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1255 is #90EDAA. Grayscale: #353535. Windows color (decimal): -9498027 or 5575279. OLE color: 5575279.

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

Color convert

RGB 111 18 85 -
CMYK 0 0.84 0.23 0.56
HSL 316.77º 0.72% 0.25% -
HSV(B) 316.77º 0.84% 0.44% -
XYZ 8.41 4.47 9.01 -
YUV 53.45 145.81 169.05 -
System Red Green Blue C M Y K H S L
Decimal 111 18 85 0 0.84 0.23 0.56 316.77 0.72 0.25
Hex 6F 12 55 0 54 17 38 13D 48 19
Octal 157 22 125 0 124 27 70 475 110 31
Binary 1101111 10010 1010101 0 1010100 10111 111000 100111101 1001000 11001

Color Harmonies of #6F1255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1255

Black with #6F1255

Text Example


Text Example

White with #6F1255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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