Html Css Color HEX #6F137C Purple

📋 copy color: '#6F137C'

red 111 ◦ green 19 ◦ blue 124

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

Shades of Purple #6F137C

Tints of Purple #6F137C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 48.82%

R = 43.7%
G = 7.48%
B = 48.82%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F137C (or 0x6F137C) is known color: Purple. HEX triplet: 6F, 13 and 7C. RGB value is (111,19,124). Sum of RGB (Red+Green+Blue) = 111+19+124=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F137C is #90EC83. Grayscale: #3A3A3A. Windows color (decimal): -9497732 or 8131439. OLE color: 8131439.

HSL color Cylindrical-coordinate representation of color #6F137C: hue angle of 292.57º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F137C is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 111 19 124 -
CMYK 0.10 0.85 0 0.51
HSL 292.57º 0.73% 0.28% -
HSV(B) 292.57º 0.85% 0.49% -
XYZ 10.43 5.3 19.54 -
YUV 58.48 164.98 165.46 -
System Red Green Blue C M Y K H S L
Decimal 111 19 124 0.10 0.85 0 0.51 292.57 0.73 0.28
Hex 6F 13 7C A 55 0 33 125 49 1C
Octal 157 23 174 12 125 0 63 445 111 34
Binary 1101111 10011 1111100 1010 1010101 0 110011 100100101 1001001 11100

Color Harmonies of #6F137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F137C

Black with #6F137C

Text Example


Text Example

White with #6F137C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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