Html Css Color HEX #6F0499 Purple

📋 copy color: '#6F0499'

red 111 ◦ green 4 ◦ blue 153

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

Shades of Purple #6F0499

Tints of Purple #6F0499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 57.09%

R = 41.42%
G = 1.49%
B = 57.09%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6F0499 (or 0x6F0499) is known color: Purple. HEX triplet: 6F, 04 and 99. RGB value is (111,4,153). Sum of RGB (Red+Green+Blue) = 111+4+153=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F0499 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0499 is #90FB66. Grayscale: #343434. Windows color (decimal): -9501543 or 10028143. OLE color: 10028143.

HSL color Cylindrical-coordinate representation of color #6F0499: hue angle of 283.09º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F0499 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 111 4 153 -
CMYK 0.27 0.97 0 0.4
HSL 283.09º 0.95% 0.31% -
HSV(B) 283.09º 0.97% 0.6% -
XYZ 12.35 5.77 30.6 -
YUV 52.98 184.45 169.38 -
System Red Green Blue C M Y K H S L
Decimal 111 4 153 0.27 0.97 0 0.4 283.09 0.95 0.31
Hex 6F 4 99 1B 61 0 28 11B 5F 1F
Octal 157 4 231 33 141 0 50 433 137 37
Binary 1101111 100 10011001 11011 1100001 0 101000 100011011 1011111 11111

Color Harmonies of #6F0499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0499

Black with #6F0499

Text Example


Text Example

White with #6F0499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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