Html Css Color HEX #6F186F Palatinate Purple

📋 copy color: '#6F186F'

red 111 ◦ green 24 ◦ blue 111

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

Shades of Palatinate Purple #6F186F

Tints of Palatinate Purple #6F186F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.76%

 BLUE value IS 111 (43.75% from 255) = 45.12%

R = 45.12%
G = 9.76%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6F186F (or 0x6F186F) is known color: Palatinate Purple. HEX triplet: 6F, 18 and 6F. RGB value is (111,24,111). Sum of RGB (Red+Green+Blue) = 111+24+111=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 111 - color contains mainly: red, blue. Hex color #6F186F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F186F is #90E790. Grayscale: #3B3B3B. Windows color (decimal): -9496465 or 7280751. OLE color: 7280751.

HSL color Cylindrical-coordinate representation of color #6F186F: hue angle of 300º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F186F is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 24 111 -
CMYK 0 0.78 0 0.56
HSL 300º 0.64% 0.26% -
HSV(B) 300º 0.78% 0.44% -
XYZ 9.75 5.18 15.52 -
YUV 59.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 111 24 111 0 0.78 0 0.56 300 0.64 0.26
Hex 6F 18 6F 0 4E 0 38 12C 40 1A
Octal 157 30 157 0 116 0 70 454 100 32
Binary 1101111 11000 1101111 0 1001110 0 111000 100101100 1000000 11010

Color Harmonies of #6F186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F186F

Black with #6F186F

Text Example


Text Example

White with #6F186F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,24,111); }

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

background-color css

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

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

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

border-color css

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

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

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