Html Css Color HEX #6F089B Purple

📋 copy color: '#6F089B'

red 111 ◦ green 8 ◦ blue 155

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

Shades of Purple #6F089B

Tints of Purple #6F089B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 56.57%

R = 40.51%
G = 2.92%
B = 56.57%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F089B (or 0x6F089B) is known color: Purple. HEX triplet: 6F, 08 and 9B. RGB value is (111,8,155). Sum of RGB (Red+Green+Blue) = 111+8+155=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F089B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F089B is #90F764. Grayscale: #373737. Windows color (decimal): -9500517 or 10160239. OLE color: 10160239.

HSL color Cylindrical-coordinate representation of color #6F089B: hue angle of 282.04º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F089B is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 8 155 -
CMYK 0.28 0.95 0 0.39
HSL 282.04º 0.9% 0.32% -
HSV(B) 282.04º 0.95% 0.61% -
XYZ 12.56 5.92 31.49 -
YUV 55.56 184.12 167.55 -
System Red Green Blue C M Y K H S L
Decimal 111 8 155 0.28 0.95 0 0.39 282.04 0.9 0.32
Hex 6F 8 9B 1C 5F 0 27 11A 5A 20
Octal 157 10 233 34 137 0 47 432 132 40
Binary 1101111 1000 10011011 11100 1011111 0 100111 100011010 1011010 100000

Color Harmonies of #6F089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F089B

Black with #6F089B

Text Example


Text Example

White with #6F089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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