Html Css Color HEX #6F185D Palatinate Purple

📋 copy color: '#6F185D'

red 111 ◦ green 24 ◦ blue 93

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

Shades of Palatinate Purple #6F185D

Tints of Palatinate Purple #6F185D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.79%

R = 48.68%
G = 10.53%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F185D (or 0x6F185D) is known color: Palatinate Purple. HEX triplet: 6F, 18 and 5D. RGB value is (111,24,93). Sum of RGB (Red+Green+Blue) = 111+24+93=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F185D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F185D is #90E7A2. Grayscale: #393939. Windows color (decimal): -9496483 or 6101103. OLE color: 6101103.

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

Color convert

RGB 111 24 93 -
CMYK 0 0.78 0.16 0.56
HSL 312.41º 0.64% 0.26% -
HSV(B) 312.41º 0.78% 0.44% -
XYZ 8.86 4.82 10.82 -
YUV 57.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 111 24 93 0 0.78 0.16 0.56 312.41 0.64 0.26
Hex 6F 18 5D 0 4E 10 38 138 40 1A
Octal 157 30 135 0 116 20 70 470 100 32
Binary 1101111 11000 1011101 0 1001110 10000 111000 100111000 1000000 11010

Color Harmonies of #6F185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F185D

Black with #6F185D

Text Example


Text Example

White with #6F185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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