Html Css Color HEX #6F0784 Purple

📋 copy color: '#6F0784'

red 111 ◦ green 7 ◦ blue 132

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

Shades of Purple #6F0784

Tints of Purple #6F0784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 52.8%

R = 44.4%
G = 2.8%
B = 52.8%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6F0784 (or 0x6F0784) is known color: Purple. HEX triplet: 6F, 07 and 84. RGB value is (111,7,132). Sum of RGB (Red+Green+Blue) = 111+7+132=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #6F0784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0784 is #90F87B. Grayscale: #333333. Windows color (decimal): -9500796 or 8652655. OLE color: 8652655.

HSL color Cylindrical-coordinate representation of color #6F0784: hue angle of 289.92º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0784 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 111 7 132 -
CMYK 0.16 0.95 0 0.48
HSL 289.92º 0.9% 0.27% -
HSV(B) 289.92º 0.95% 0.52% -
XYZ 10.8 5.2 22.26 -
YUV 52.35 172.96 169.84 -
System Red Green Blue C M Y K H S L
Decimal 111 7 132 0.16 0.95 0 0.48 289.92 0.9 0.27
Hex 6F 7 84 10 5F 0 30 122 5A 1B
Octal 157 7 204 20 137 0 60 442 132 33
Binary 1101111 111 10000100 10000 1011111 0 110000 100100010 1011010 11011

Color Harmonies of #6F0784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0784

Black with #6F0784

Text Example


Text Example

White with #6F0784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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