Html Css Color HEX #6F095D Palatinate Purple

📋 copy color: '#6F095D'

red 111 ◦ green 9 ◦ blue 93

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

Shades of Palatinate Purple #6F095D

Tints of Palatinate Purple #6F095D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.23%

 BLUE value IS 93 (36.72% from 255) = 43.66%

R = 52.11%
G = 4.23%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F095D (or 0x6F095D) is known color: Palatinate Purple. HEX triplet: 6F, 09 and 5D. RGB value is (111,9,93). Sum of RGB (Red+Green+Blue) = 111+9+93=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F095D is #90F6A2. Grayscale: #303030. Windows color (decimal): -9500323 or 6097263. OLE color: 6097263.

HSL color Cylindrical-coordinate representation of color #6F095D: hue angle of 310.59º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F095D is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 9 93 -
CMYK 0 0.92 0.16 0.56
HSL 310.59º 0.85% 0.24% -
HSV(B) 310.59º 0.92% 0.44% -
XYZ 8.63 4.37 10.74 -
YUV 49.07 152.79 172.17 -
System Red Green Blue C M Y K H S L
Decimal 111 9 93 0 0.92 0.16 0.56 310.59 0.85 0.24
Hex 6F 9 5D 0 5C 10 38 137 55 18
Octal 157 11 135 0 134 20 70 467 125 30
Binary 1101111 1001 1011101 0 1011100 10000 111000 100110111 1010101 11000

Color Harmonies of #6F095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F095D

Black with #6F095D

Text Example


Text Example

White with #6F095D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,9,93); }

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

background-color css

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

 a { background-color: rgb(111,9,93); }

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

border-color css

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

 span { border-color: rgb(111,9,93); }

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