Html Css Color HEX #6F0875 Purple

📋 copy color: '#6F0875'

red 111 ◦ green 8 ◦ blue 117

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

Shades of Purple #6F0875

Tints of Purple #6F0875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.58%

R = 47.03%
G = 3.39%
B = 49.58%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6F0875 (or 0x6F0875) is known color: Purple. HEX triplet: 6F, 08 and 75. RGB value is (111,8,117). Sum of RGB (Red+Green+Blue) = 111+8+117=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #6F0875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0875 is #90F78A. Grayscale: #323232. Windows color (decimal): -9500555 or 7669871. OLE color: 7669871.

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

Color convert

RGB 111 8 117 -
CMYK 0.05 0.93 0 0.54
HSL 296.7º 0.87% 0.25% -
HSV(B) 296.7º 0.93% 0.46% -
XYZ 9.85 4.84 17.24 -
YUV 51.22 165.12 170.64 -
System Red Green Blue C M Y K H S L
Decimal 111 8 117 0.05 0.93 0 0.54 296.7 0.87 0.25
Hex 6F 8 75 5 5D 0 36 129 57 19
Octal 157 10 165 5 135 0 66 451 127 31
Binary 1101111 1000 1110101 101 1011101 0 110110 100101001 1010111 11001

Color Harmonies of #6F0875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0875

Black with #6F0875

Text Example


Text Example

White with #6F0875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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