Html Css Color HEX #6F0872 Purple

📋 copy color: '#6F0872'

red 111 ◦ green 8 ◦ blue 114

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

Shades of Purple #6F0872

Tints of Purple #6F0872

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.43%

 BLUE value IS 114 (44.92% from 255) = 48.93%

R = 47.64%
G = 3.43%
B = 48.93%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6F0872 (or 0x6F0872) is known color: Purple. HEX triplet: 6F, 08 and 72. RGB value is (111,8,114). Sum of RGB (Red+Green+Blue) = 111+8+114=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F0872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0872 is #90F78D. Grayscale: #323232. Windows color (decimal): -9500558 or 7473263. OLE color: 7473263.

HSL color Cylindrical-coordinate representation of color #6F0872: hue angle of 298.3º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0872 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 8 114 -
CMYK 0.03 0.93 0 0.55
HSL 298.3º 0.87% 0.24% -
HSV(B) 298.3º 0.93% 0.45% -
XYZ 9.68 4.77 16.33 -
YUV 50.88 163.62 170.88 -
System Red Green Blue C M Y K H S L
Decimal 111 8 114 0.03 0.93 0 0.55 298.3 0.87 0.24
Hex 6F 8 72 3 5D 0 37 12A 57 18
Octal 157 10 162 3 135 0 67 452 127 30
Binary 1101111 1000 1110010 11 1011101 0 110111 100101010 1010111 11000

Color Harmonies of #6F0872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0872

Black with #6F0872

Text Example


Text Example

White with #6F0872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,8,114); }

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

background-color css

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

 a { background-color: rgb(111,8,114); }

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

border-color css

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

 span { border-color: rgb(111,8,114); }

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