Html Css Color HEX #6F088A Purple

📋 copy color: '#6F088A'

red 111 ◦ green 8 ◦ blue 138

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

Shades of Purple #6F088A

Tints of Purple #6F088A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 53.7%

R = 43.19%
G = 3.11%
B = 53.7%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6F088A (or 0x6F088A) is known color: Purple. HEX triplet: 6F, 08 and 8A. RGB value is (111,8,138). Sum of RGB (Red+Green+Blue) = 111+8+138=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F088A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F088A is #90F775. Grayscale: #353535. Windows color (decimal): -9500534 or 9046127. OLE color: 9046127.

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

Color convert

RGB 111 8 138 -
CMYK 0.20 0.94 0 0.46
HSL 287.54º 0.89% 0.29% -
HSV(B) 287.54º 0.94% 0.54% -
XYZ 11.23 5.39 24.49 -
YUV 53.62 175.62 168.93 -
System Red Green Blue C M Y K H S L
Decimal 111 8 138 0.20 0.94 0 0.46 287.54 0.89 0.29
Hex 6F 8 8A 14 5E 0 2E 120 59 1D
Octal 157 10 212 24 136 0 56 440 131 35
Binary 1101111 1000 10001010 10100 1011110 0 101110 100100000 1011001 11101

Color Harmonies of #6F088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F088A

Black with #6F088A

Text Example


Text Example

White with #6F088A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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