Html Css Color HEX #6F0A5E Palatinate Purple

📋 copy color: '#6F0A5E'

red 111 ◦ green 10 ◦ blue 94

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

Shades of Palatinate Purple #6F0A5E

Tints of Palatinate Purple #6F0A5E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.65%

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

R = 51.63%
G = 4.65%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F0A5E (or 0x6F0A5E) is known color: Palatinate Purple. HEX triplet: 6F, 0A and 5E. RGB value is (111,10,94). Sum of RGB (Red+Green+Blue) = 111+10+94=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0A5E is #90F5A1. Grayscale: #313131. Windows color (decimal): -9500066 or 6163055. OLE color: 6163055.

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

Color convert

RGB 111 10 94 -
CMYK 0 0.91 0.15 0.56
HSL 310.1º 0.83% 0.24% -
HSV(B) 310.1º 0.91% 0.44% -
XYZ 8.68 4.4 10.98 -
YUV 49.78 152.96 171.67 -
System Red Green Blue C M Y K H S L
Decimal 111 10 94 0 0.91 0.15 0.56 310.1 0.83 0.24
Hex 6F A 5E 0 5B F 38 136 53 18
Octal 157 12 136 0 133 17 70 466 123 30
Binary 1101111 1010 1011110 0 1011011 1111 111000 100110110 1010011 11000

Color Harmonies of #6F0A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0A5E

Black with #6F0A5E

Text Example


Text Example

White with #6F0A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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