Html Css Color HEX #6F095E Palatinate Purple

📋 copy color: '#6F095E'

red 111 ◦ green 9 ◦ blue 94

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

Shades of Palatinate Purple #6F095E

Tints of Palatinate Purple #6F095E

RGB

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

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

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

R = 51.87%
G = 4.21%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F095E (or 0x6F095E) is known color: Palatinate Purple. HEX triplet: 6F, 09 and 5E. RGB value is (111,9,94). Sum of RGB (Red+Green+Blue) = 111+9+94=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F095E is #90F6A1. Grayscale: #303030. Windows color (decimal): -9500322 or 6162799. OLE color: 6162799.

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

Color convert

RGB 111 9 94 -
CMYK 0 0.92 0.15 0.56
HSL 310º 0.85% 0.24% -
HSV(B) 310º 0.92% 0.44% -
XYZ 8.67 4.38 10.98 -
YUV 49.19 153.29 172.09 -
System Red Green Blue C M Y K H S L
Decimal 111 9 94 0 0.92 0.15 0.56 310 0.85 0.24
Hex 6F 9 5E 0 5C F 38 136 55 18
Octal 157 11 136 0 134 17 70 466 125 30
Binary 1101111 1001 1011110 0 1011100 1111 111000 100110110 1010101 11000

Color Harmonies of #6F095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F095E

Black with #6F095E

Text Example


Text Example

White with #6F095E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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