Html Css Color HEX #6F076E Purple

📋 copy color: '#6F076E'

red 111 ◦ green 7 ◦ blue 110

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

Shades of Purple #6F076E

Tints of Purple #6F076E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.25%

R = 48.68%
G = 3.07%
B = 48.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#6F076E (or 0x6F076E) is known color: Purple. HEX triplet: 6F, 07 and 6E. RGB value is (111,7,110). Sum of RGB (Red+Green+Blue) = 111+7+110=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F076E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F076E is #90F891. Grayscale: #313131. Windows color (decimal): -9500818 or 7210863. OLE color: 7210863.

HSL color Cylindrical-coordinate representation of color #6F076E: hue angle of 300.58º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F076E is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 7 110 -
CMYK 0 0.94 0.01 0.56
HSL 300.58º 0.88% 0.23% -
HSV(B) 300.58º 0.94% 0.44% -
XYZ 9.45 4.66 15.15 -
YUV 49.84 161.96 171.62 -
System Red Green Blue C M Y K H S L
Decimal 111 7 110 0 0.94 0.01 0.56 300.58 0.88 0.23
Hex 6F 7 6E 0 5E 1 38 12D 58 17
Octal 157 7 156 0 136 1 70 455 130 27
Binary 1101111 111 1101110 0 1011110 1 111000 100101101 1011000 10111

Color Harmonies of #6F076E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F076E

Black with #6F076E

Text Example


Text Example

White with #6F076E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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