Html Css Color HEX #6F078E Purple

📋 copy color: '#6F078E'

red 111 ◦ green 7 ◦ blue 142

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

Shades of Purple #6F078E

Tints of Purple #6F078E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.69%

 BLUE value IS 142 (55.86% from 255) = 54.62%

R = 42.69%
G = 2.69%
B = 54.62%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F078E (or 0x6F078E) is known color: Purple. HEX triplet: 6F, 07 and 8E. RGB value is (111,7,142). Sum of RGB (Red+Green+Blue) = 111+7+142=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 142 (55.86% from 255 or 54.62% from 260); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F078E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F078E is #90F871. Grayscale: #353535. Windows color (decimal): -9500786 or 9308015. OLE color: 9308015.

HSL color Cylindrical-coordinate representation of color #6F078E: hue angle of 286.22º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F078E is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 7 142 -
CMYK 0.22 0.95 0 0.44
HSL 286.22º 0.91% 0.29% -
HSV(B) 286.22º 0.95% 0.56% -
XYZ 11.51 5.48 26.04 -
YUV 53.49 177.96 169.02 -
System Red Green Blue C M Y K H S L
Decimal 111 7 142 0.22 0.95 0 0.44 286.22 0.91 0.29
Hex 6F 7 8E 16 5F 0 2C 11E 5B 1D
Octal 157 7 216 26 137 0 54 436 133 35
Binary 1101111 111 10001110 10110 1011111 0 101100 100011110 1011011 11101

Color Harmonies of #6F078E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F078E

Black with #6F078E

Text Example


Text Example

White with #6F078E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,7,142); }

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

background-color css

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

 a { background-color: rgb(111,7,142); }

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

border-color css

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

 span { border-color: rgb(111,7,142); }

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