Html Css Color HEX #6F047C Purple

📋 copy color: '#6F047C'

red 111 ◦ green 4 ◦ blue 124

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

Shades of Purple #6F047C

Tints of Purple #6F047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

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

R = 46.44%
G = 1.67%
B = 51.88%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F047C (or 0x6F047C) is known color: Purple. HEX triplet: 6F, 04 and 7C. RGB value is (111,4,124). Sum of RGB (Red+Green+Blue) = 111+4+124=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F047C is #90FB83. Grayscale: #313131. Windows color (decimal): -9501572 or 8127599. OLE color: 8127599.

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

Color convert

RGB 111 4 124 -
CMYK 0.10 0.97 0 0.51
HSL 293.5º 0.94% 0.25% -
HSV(B) 293.5º 0.97% 0.49% -
XYZ 10.24 4.92 19.48 -
YUV 49.67 169.95 171.74 -
System Red Green Blue C M Y K H S L
Decimal 111 4 124 0.10 0.97 0 0.51 293.5 0.94 0.25
Hex 6F 4 7C A 61 0 33 126 5E 19
Octal 157 4 174 12 141 0 63 446 136 31
Binary 1101111 100 1111100 1010 1100001 0 110011 100100110 1011110 11001

Color Harmonies of #6F047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F047C

Black with #6F047C

Text Example


Text Example

White with #6F047C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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