Html Css Color HEX #6F0D5E Palatinate Purple

📋 copy color: '#6F0D5E'

red 111 ◦ green 13 ◦ blue 94

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

Shades of Palatinate Purple #6F0D5E

Tints of Palatinate Purple #6F0D5E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.96%

 BLUE value IS 94 (37.11% from 255) = 43.12%

R = 50.92%
G = 5.96%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F0D5E (or 0x6F0D5E) is known color: Palatinate Purple. HEX triplet: 6F, 0D and 5E. RGB value is (111,13,94). Sum of RGB (Red+Green+Blue) = 111+13+94=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0D5E is #90F2A1. Grayscale: #333333. Windows color (decimal): -9499298 or 6163823. OLE color: 6163823.

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

Color convert

RGB 111 13 94 -
CMYK 0 0.88 0.15 0.56
HSL 310.41º 0.79% 0.24% -
HSV(B) 310.41º 0.88% 0.44% -
XYZ 8.72 4.48 10.99 -
YUV 51.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 111 13 94 0 0.88 0.15 0.56 310.41 0.79 0.24
Hex 6F D 5E 0 58 F 38 136 4F 18
Octal 157 15 136 0 130 17 70 466 117 30
Binary 1101111 1101 1011110 0 1011000 1111 111000 100110110 1001111 11000

Color Harmonies of #6F0D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0D5E

Black with #6F0D5E

Text Example


Text Example

White with #6F0D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,13,94); }

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

background-color css

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

 a { background-color: rgb(111,13,94); }

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

border-color css

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

 span { border-color: rgb(111,13,94); }

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