Html Css Color HEX #6F085C Palatinate Purple

📋 copy color: '#6F085C'

red 111 ◦ green 8 ◦ blue 92

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

Shades of Palatinate Purple #6F085C

Tints of Palatinate Purple #6F085C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.79%

 BLUE value IS 92 (36.33% from 255) = 43.6%

R = 52.61%
G = 3.79%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F085C (or 0x6F085C) is known color: Palatinate Purple. HEX triplet: 6F, 08 and 5C. RGB value is (111,8,92). Sum of RGB (Red+Green+Blue) = 111+8+92=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F085C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F085C is #90F7A3. Grayscale: #303030. Windows color (decimal): -9500580 or 6031471. OLE color: 6031471.

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

Color convert

RGB 111 8 92 -
CMYK 0 0.93 0.17 0.56
HSL 311.07º 0.87% 0.23% -
HSV(B) 311.07º 0.93% 0.44% -
XYZ 8.57 4.33 10.51 -
YUV 48.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 111 8 92 0 0.93 0.17 0.56 311.07 0.87 0.23
Hex 6F 8 5C 0 5D 11 38 137 57 17
Octal 157 10 134 0 135 21 70 467 127 27
Binary 1101111 1000 1011100 0 1011101 10001 111000 100110111 1010111 10111

Color Harmonies of #6F085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F085C

Black with #6F085C

Text Example


Text Example

White with #6F085C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,8,92); }

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

background-color css

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

 a { background-color: rgb(111,8,92); }

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

border-color css

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

 span { border-color: rgb(111,8,92); }

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