Html Css Color HEX #6F145D Palatinate Purple

📋 copy color: '#6F145D'

red 111 ◦ green 20 ◦ blue 93

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

Shades of Palatinate Purple #6F145D

Tints of Palatinate Purple #6F145D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.93%

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

R = 49.55%
G = 8.93%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F145D (or 0x6F145D) is known color: Palatinate Purple. HEX triplet: 6F, 14 and 5D. RGB value is (111,20,93). Sum of RGB (Red+Green+Blue) = 111+20+93=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F145D is #90EBA2. Grayscale: #373737. Windows color (decimal): -9497507 or 6100079. OLE color: 6100079.

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

Color convert

RGB 111 20 93 -
CMYK 0 0.82 0.16 0.56
HSL 311.87º 0.69% 0.26% -
HSV(B) 311.87º 0.82% 0.44% -
XYZ 8.78 4.67 10.79 -
YUV 55.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 111 20 93 0 0.82 0.16 0.56 311.87 0.69 0.26
Hex 6F 14 5D 0 52 10 38 138 45 1A
Octal 157 24 135 0 122 20 70 470 105 32
Binary 1101111 10100 1011101 0 1010010 10000 111000 100111000 1000101 11010

Color Harmonies of #6F145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F145D

Black with #6F145D

Text Example


Text Example

White with #6F145D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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