Html Css Color HEX #6F048F Purple

📋 copy color: '#6F048F'

red 111 ◦ green 4 ◦ blue 143

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

Shades of Purple #6F048F

Tints of Purple #6F048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 55.43%

R = 43.02%
G = 1.55%
B = 55.43%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F048F (or 0x6F048F) is known color: Purple. HEX triplet: 6F, 04 and 8F. RGB value is (111,4,143). Sum of RGB (Red+Green+Blue) = 111+4+143=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 143 (56.25% from 255 or 55.43% from 258); Max value from RGB is 143 - color contains mainly: blue. Hex color #6F048F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F048F is #90FB70. Grayscale: #333333. Windows color (decimal): -9501553 or 9372783. OLE color: 9372783.

HSL color Cylindrical-coordinate representation of color #6F048F: hue angle of 286.19º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F048F is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 4 143 -
CMYK 0.22 0.97 0 0.44
HSL 286.19º 0.95% 0.29% -
HSV(B) 286.19º 0.97% 0.56% -
XYZ 11.56 5.45 26.43 -
YUV 51.84 179.45 170.2 -
System Red Green Blue C M Y K H S L
Decimal 111 4 143 0.22 0.97 0 0.44 286.19 0.95 0.29
Hex 6F 4 8F 16 61 0 2C 11E 5F 1D
Octal 157 4 217 26 141 0 54 436 137 35
Binary 1101111 100 10001111 10110 1100001 0 101100 100011110 1011111 11101

Color Harmonies of #6F048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F048F

Black with #6F048F

Text Example


Text Example

White with #6F048F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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