Html Css Color HEX #6F136A Palatinate Purple

📋 copy color: '#6F136A'

red 111 ◦ green 19 ◦ blue 106

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

Shades of Palatinate Purple #6F136A

Tints of Palatinate Purple #6F136A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 44.92%

R = 47.03%
G = 8.05%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F136A (or 0x6F136A) is known color: Palatinate Purple. HEX triplet: 6F, 13 and 6A. RGB value is (111,19,106). Sum of RGB (Red+Green+Blue) = 111+19+106=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F136A is #90EC95. Grayscale: #383838. Windows color (decimal): -9497750 or 6951791. OLE color: 6951791.

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

Color convert

RGB 111 19 106 -
CMYK 0 0.83 0.05 0.56
HSL 303.26º 0.71% 0.25% -
HSV(B) 303.26º 0.83% 0.44% -
XYZ 9.39 4.89 14.08 -
YUV 56.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 111 19 106 0 0.83 0.05 0.56 303.26 0.71 0.25
Hex 6F 13 6A 0 53 5 38 12F 47 19
Octal 157 23 152 0 123 5 70 457 107 31
Binary 1101111 10011 1101010 0 1010011 101 111000 100101111 1000111 11001

Color Harmonies of #6F136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F136A

Black with #6F136A

Text Example


Text Example

White with #6F136A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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