Html Css Color HEX #6F0B5F Palatinate Purple

📋 copy color: '#6F0B5F'

red 111 ◦ green 11 ◦ blue 95

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

Shades of Palatinate Purple #6F0B5F

Tints of Palatinate Purple #6F0B5F

RGB

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

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

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

R = 51.15%
G = 5.07%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F0B5F (or 0x6F0B5F) is known color: Palatinate Purple. HEX triplet: 6F, 0B and 5F. RGB value is (111,11,95). Sum of RGB (Red+Green+Blue) = 111+11+95=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0B5F is #90F4A0. Grayscale: #323232. Windows color (decimal): -9499809 or 6228847. OLE color: 6228847.

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

Color convert

RGB 111 11 95 -
CMYK 0 0.90 0.14 0.56
HSL 309.6º 0.82% 0.24% -
HSV(B) 309.6º 0.9% 0.44% -
XYZ 8.74 4.45 11.22 -
YUV 50.48 153.13 171.17 -
System Red Green Blue C M Y K H S L
Decimal 111 11 95 0 0.90 0.14 0.56 309.6 0.82 0.24
Hex 6F B 5F 0 5A E 38 136 52 18
Octal 157 13 137 0 132 16 70 466 122 30
Binary 1101111 1011 1011111 0 1011010 1110 111000 100110110 1010010 11000

Color Harmonies of #6F0B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0B5F

Black with #6F0B5F

Text Example


Text Example

White with #6F0B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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