Html Css Color HEX #6F157C Purple

📋 copy color: '#6F157C'

red 111 ◦ green 21 ◦ blue 124

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

Shades of Purple #6F157C

Tints of Purple #6F157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.2%

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

R = 43.36%
G = 8.2%
B = 48.44%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F157C (or 0x6F157C) is known color: Purple. HEX triplet: 6F, 15 and 7C. RGB value is (111,21,124). Sum of RGB (Red+Green+Blue) = 111+21+124=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F157C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F157C is #90EA83. Grayscale: #3B3B3B. Windows color (decimal): -9497220 or 8131951. OLE color: 8131951.

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

Color convert

RGB 111 21 124 -
CMYK 0.10 0.83 0 0.51
HSL 292.43º 0.71% 0.28% -
HSV(B) 292.43º 0.83% 0.49% -
XYZ 10.46 5.37 19.55 -
YUV 59.65 164.32 164.62 -
System Red Green Blue C M Y K H S L
Decimal 111 21 124 0.10 0.83 0 0.51 292.43 0.71 0.28
Hex 6F 15 7C A 53 0 33 124 47 1C
Octal 157 25 174 12 123 0 63 444 107 34
Binary 1101111 10101 1111100 1010 1010011 0 110011 100100100 1000111 11100

Color Harmonies of #6F157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F157C

Black with #6F157C

Text Example


Text Example

White with #6F157C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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