Html Css Color HEX #6F048D Purple

📋 copy color: '#6F048D'

red 111 ◦ green 4 ◦ blue 141

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

Shades of Purple #6F048D

Tints of Purple #6F048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 55.08%

R = 43.36%
G = 1.56%
B = 55.08%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F048D (or 0x6F048D) is known color: Purple. HEX triplet: 6F, 04 and 8D. RGB value is (111,4,141). Sum of RGB (Red+Green+Blue) = 111+4+141=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F048D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F048D is #90FB72. Grayscale: #333333. Windows color (decimal): -9501555 or 9241711. OLE color: 9241711.

HSL color Cylindrical-coordinate representation of color #6F048D: hue angle of 286.86º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F048D is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 111 4 141 -
CMYK 0.21 0.97 0 0.45
HSL 286.86º 0.94% 0.28% -
HSV(B) 286.86º 0.97% 0.55% -
XYZ 11.41 5.39 25.64 -
YUV 51.61 178.45 170.36 -
System Red Green Blue C M Y K H S L
Decimal 111 4 141 0.21 0.97 0 0.45 286.86 0.94 0.28
Hex 6F 4 8D 15 61 0 2D 11F 5E 1C
Octal 157 4 215 25 141 0 55 437 136 34
Binary 1101111 100 10001101 10101 1100001 0 101101 100011111 1011110 11100

Color Harmonies of #6F048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F048D

Black with #6F048D

Text Example


Text Example

White with #6F048D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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