Html Css Color HEX #6F186C Palatinate Purple

📋 copy color: '#6F186C'

red 111 ◦ green 24 ◦ blue 108

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

Shades of Palatinate Purple #6F186C

Tints of Palatinate Purple #6F186C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.44%

R = 45.68%
G = 9.88%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#6F186C (or 0x6F186C) is known color: Palatinate Purple. HEX triplet: 6F, 18 and 6C. RGB value is (111,24,108). Sum of RGB (Red+Green+Blue) = 111+24+108=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F186C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F186C is #90E793. Grayscale: #3B3B3B. Windows color (decimal): -9496468 or 7084143. OLE color: 7084143.

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

Color convert

RGB 111 24 108 -
CMYK 0 0.78 0.03 0.56
HSL 302.07º 0.64% 0.26% -
HSV(B) 302.07º 0.78% 0.44% -
XYZ 9.59 5.12 14.67 -
YUV 59.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 111 24 108 0 0.78 0.03 0.56 302.07 0.64 0.26
Hex 6F 18 6C 0 4E 3 38 12E 40 1A
Octal 157 30 154 0 116 3 70 456 100 32
Binary 1101111 11000 1101100 0 1001110 11 111000 100101110 1000000 11010

Color Harmonies of #6F186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F186C

Black with #6F186C

Text Example


Text Example

White with #6F186C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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