Html Css Color HEX #6F0E75 Purple

📋 copy color: '#6F0E75'

red 111 ◦ green 14 ◦ blue 117

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

Shades of Purple #6F0E75

Tints of Purple #6F0E75

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.79%

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

R = 45.87%
G = 5.79%
B = 48.35%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6F0E75 (or 0x6F0E75) is known color: Purple. HEX triplet: 6F, 0E and 75. RGB value is (111,14,117). Sum of RGB (Red+Green+Blue) = 111+14+117=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #6F0E75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0E75 is #90F18A. Grayscale: #363636. Windows color (decimal): -9499019 or 7671407. OLE color: 7671407.

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

Color convert

RGB 111 14 117 -
CMYK 0.05 0.88 0 0.54
HSL 296.5º 0.79% 0.26% -
HSV(B) 296.5º 0.88% 0.46% -
XYZ 9.92 4.98 17.27 -
YUV 54.75 163.14 168.12 -
System Red Green Blue C M Y K H S L
Decimal 111 14 117 0.05 0.88 0 0.54 296.5 0.79 0.26
Hex 6F E 75 5 58 0 36 129 4F 1A
Octal 157 16 165 5 130 0 66 451 117 32
Binary 1101111 1110 1110101 101 1011000 0 110110 100101001 1001111 11010

Color Harmonies of #6F0E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0E75

Black with #6F0E75

Text Example


Text Example

White with #6F0E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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