Html Css Color HEX #6F145E Palatinate Purple

📋 copy color: '#6F145E'

red 111 ◦ green 20 ◦ blue 94

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

Shades of Palatinate Purple #6F145E

Tints of Palatinate Purple #6F145E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.78%

R = 49.33%
G = 8.89%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F145E (or 0x6F145E) is known color: Palatinate Purple. HEX triplet: 6F, 14 and 5E. RGB value is (111,20,94). Sum of RGB (Red+Green+Blue) = 111+20+94=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F145E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F145E is #90EBA1. Grayscale: #373737. Windows color (decimal): -9497506 or 6165615. OLE color: 6165615.

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

Color convert

RGB 111 20 94 -
CMYK 0 0.82 0.15 0.56
HSL 311.21º 0.69% 0.26% -
HSV(B) 311.21º 0.82% 0.44% -
XYZ 8.83 4.69 11.03 -
YUV 55.65 149.65 167.48 -
System Red Green Blue C M Y K H S L
Decimal 111 20 94 0 0.82 0.15 0.56 311.21 0.69 0.26
Hex 6F 14 5E 0 52 F 38 137 45 1A
Octal 157 24 136 0 122 17 70 467 105 32
Binary 1101111 10100 1011110 0 1010010 1111 111000 100110111 1000101 11010

Color Harmonies of #6F145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F145E

Black with #6F145E

Text Example


Text Example

White with #6F145E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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