Html Css Color HEX #6F195D Palatinate Purple

📋 copy color: '#6F195D'

red 111 ◦ green 25 ◦ blue 93

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

Shades of Palatinate Purple #6F195D

Tints of Palatinate Purple #6F195D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.92%

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

R = 48.47%
G = 10.92%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F195D (or 0x6F195D) is known color: Palatinate Purple. HEX triplet: 6F, 19 and 5D. RGB value is (111,25,93). Sum of RGB (Red+Green+Blue) = 111+25+93=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F195D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F195D is #90E6A2. Grayscale: #3A3A3A. Windows color (decimal): -9496227 or 6101359. OLE color: 6101359.

HSL color Cylindrical-coordinate representation of color #6F195D: hue angle of 312.56º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F195D is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 25 93 -
CMYK 0 0.77 0.16 0.56
HSL 312.56º 0.63% 0.27% -
HSV(B) 312.56º 0.77% 0.44% -
XYZ 8.88 4.87 10.83 -
YUV 58.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 111 25 93 0 0.77 0.16 0.56 312.56 0.63 0.27
Hex 6F 19 5D 0 4D 10 38 139 3F 1B
Octal 157 31 135 0 115 20 70 471 77 33
Binary 1101111 11001 1011101 0 1001101 10000 111000 100111001 111111 11011

Color Harmonies of #6F195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F195D

Black with #6F195D

Text Example


Text Example

White with #6F195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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