Html Css Color HEX #6F088B Purple

📋 copy color: '#6F088B'

red 111 ◦ green 8 ◦ blue 139

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

Shades of Purple #6F088B

Tints of Purple #6F088B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.88%

R = 43.02%
G = 3.1%
B = 53.88%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F088B (or 0x6F088B) is known color: Purple. HEX triplet: 6F, 08 and 8B. RGB value is (111,8,139). Sum of RGB (Red+Green+Blue) = 111+8+139=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F088B is #90F774. Grayscale: #353535. Windows color (decimal): -9500533 or 9111663. OLE color: 9111663.

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

Color convert

RGB 111 8 139 -
CMYK 0.20 0.94 0 0.45
HSL 287.18º 0.89% 0.29% -
HSV(B) 287.18º 0.94% 0.55% -
XYZ 11.3 5.42 24.88 -
YUV 53.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 111 8 139 0.20 0.94 0 0.45 287.18 0.89 0.29
Hex 6F 8 8B 14 5E 0 2D 11F 59 1D
Octal 157 10 213 24 136 0 55 437 131 35
Binary 1101111 1000 10001011 10100 1011110 0 101101 100011111 1011001 11101

Color Harmonies of #6F088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F088B

Black with #6F088B

Text Example


Text Example

White with #6F088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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