Html Css Color HEX #6F0B5D Palatinate Purple

📋 copy color: '#6F0B5D'

red 111 ◦ green 11 ◦ blue 93

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

Shades of Palatinate Purple #6F0B5D

Tints of Palatinate Purple #6F0B5D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.12%

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

R = 51.63%
G = 5.12%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F0B5D (or 0x6F0B5D) is known color: Palatinate Purple. HEX triplet: 6F, 0B and 5D. RGB value is (111,11,93). Sum of RGB (Red+Green+Blue) = 111+11+93=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0B5D is #90F4A2. Grayscale: #323232. Windows color (decimal): -9499811 or 6097775. OLE color: 6097775.

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

Color convert

RGB 111 11 93 -
CMYK 0 0.90 0.16 0.56
HSL 310.8º 0.82% 0.24% -
HSV(B) 310.8º 0.9% 0.44% -
XYZ 8.65 4.41 10.75 -
YUV 50.25 152.13 171.33 -
System Red Green Blue C M Y K H S L
Decimal 111 11 93 0 0.90 0.16 0.56 310.8 0.82 0.24
Hex 6F B 5D 0 5A 10 38 137 52 18
Octal 157 13 135 0 132 20 70 467 122 30
Binary 1101111 1011 1011101 0 1011010 10000 111000 100110111 1010010 11000

Color Harmonies of #6F0B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0B5D

Black with #6F0B5D

Text Example


Text Example

White with #6F0B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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