Html Css Color HEX #6F135E Palatinate Purple

📋 copy color: '#6F135E'

red 111 ◦ green 19 ◦ blue 94

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

Shades of Palatinate Purple #6F135E

Tints of Palatinate Purple #6F135E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.48%

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

R = 49.55%
G = 8.48%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F135E (or 0x6F135E) is known color: Palatinate Purple. HEX triplet: 6F, 13 and 5E. RGB value is (111,19,94). Sum of RGB (Red+Green+Blue) = 111+19+94=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F135E is #90ECA1. Grayscale: #363636. Windows color (decimal): -9497762 or 6165359. OLE color: 6165359.

HSL color Cylindrical-coordinate representation of color #6F135E: hue angle of 311.09º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F135E is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 19 94 -
CMYK 0 0.83 0.15 0.56
HSL 311.09º 0.71% 0.25% -
HSV(B) 311.09º 0.83% 0.44% -
XYZ 8.81 4.65 11.02 -
YUV 55.06 149.98 167.9 -
System Red Green Blue C M Y K H S L
Decimal 111 19 94 0 0.83 0.15 0.56 311.09 0.71 0.25
Hex 6F 13 5E 0 53 F 38 137 47 19
Octal 157 23 136 0 123 17 70 467 107 31
Binary 1101111 10011 1011110 0 1010011 1111 111000 100110111 1000111 11001

Color Harmonies of #6F135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F135E

Black with #6F135E

Text Example


Text Example

White with #6F135E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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