Html Css Color HEX #6F0989 Purple

📋 copy color: '#6F0989'

red 111 ◦ green 9 ◦ blue 137

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

Shades of Purple #6F0989

Tints of Purple #6F0989

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.5%

 BLUE value IS 137 (53.91% from 255) = 53.31%

R = 43.19%
G = 3.5%
B = 53.31%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6F0989 (or 0x6F0989) is known color: Purple. HEX triplet: 6F, 09 and 89. RGB value is (111,9,137). Sum of RGB (Red+Green+Blue) = 111+9+137=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F0989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0989 is #90F676. Grayscale: #353535. Windows color (decimal): -9500279 or 8980847. OLE color: 8980847.

HSL color Cylindrical-coordinate representation of color #6F0989: hue angle of 287.81º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0989 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 111 9 137 -
CMYK 0.19 0.93 0 0.46
HSL 287.81º 0.88% 0.29% -
HSV(B) 287.81º 0.93% 0.54% -
XYZ 11.17 5.38 24.12 -
YUV 54.09 174.79 168.59 -
System Red Green Blue C M Y K H S L
Decimal 111 9 137 0.19 0.93 0 0.46 287.81 0.88 0.29
Hex 6F 9 89 13 5D 0 2E 120 58 1D
Octal 157 11 211 23 135 0 56 440 130 35
Binary 1101111 1001 10001001 10011 1011101 0 101110 100100000 1011000 11101

Color Harmonies of #6F0989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0989

Black with #6F0989

Text Example


Text Example

White with #6F0989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,9,137); }

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

background-color css

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

 a { background-color: rgb(111,9,137); }

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

border-color css

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

 span { border-color: rgb(111,9,137); }

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