Html Css Color HEX #6F205F Palatinate Purple

📋 copy color: '#6F205F'

red 111 ◦ green 32 ◦ blue 95

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

Shades of Palatinate Purple #6F205F

Tints of Palatinate Purple #6F205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.92%

R = 46.64%
G = 13.45%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F205F (or 0x6F205F) is known color: Palatinate Purple. HEX triplet: 6F, 20 and 5F. RGB value is (111,32,95). Sum of RGB (Red+Green+Blue) = 111+32+95=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F205F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F205F is #90DFA0. Grayscale: #3E3E3E. Windows color (decimal): -9494433 or 6234223. OLE color: 6234223.

HSL color Cylindrical-coordinate representation of color #6F205F: hue angle of 312.15º 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 #6F205F is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 32 95 -
CMYK 0 0.71 0.14 0.56
HSL 312.15º 0.55% 0.28% -
HSV(B) 312.15º 0.71% 0.44% -
XYZ 9.14 5.24 11.36 -
YUV 62.8 146.17 162.38 -
System Red Green Blue C M Y K H S L
Decimal 111 32 95 0 0.71 0.14 0.56 312.15 0.55 0.28
Hex 6F 20 5F 0 47 E 38 138 37 1C
Octal 157 40 137 0 107 16 70 470 67 34
Binary 1101111 100000 1011111 0 1000111 1110 111000 100111000 110111 11100

Color Harmonies of #6F205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F205F

Black with #6F205F

Text Example


Text Example

White with #6F205F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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