Html Css Color HEX #7F0784 Purple

📋 copy color: '#7F0784'

red 127 ◦ green 7 ◦ blue 132

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

Shades of Purple #7F0784

Tints of Purple #7F0784

RGB

 RED value IS 127 (50% from 255) = 47.74%

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

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

R = 47.74%
G = 2.63%
B = 49.62%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7F0784 (or 0x7F0784) is known color: Purple. HEX triplet: 7F, 07 and 84. RGB value is (127,7,132). Sum of RGB (Red+Green+Blue) = 127+7+132=266 (35% of max value = 765). Red value is 127 (50% from 255 or 47.74% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #7F0784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0784 is #80F87B. Grayscale: #383838. Windows color (decimal): -8452220 or 8652671. OLE color: 8652671.

HSL color Cylindrical-coordinate representation of color #7F0784: hue angle of 297.6º 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 #7F0784 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 127 7 132 -
CMYK 0.04 0.95 0 0.48
HSL 297.6º 0.9% 0.27% -
HSV(B) 297.6º 0.95% 0.52% -
XYZ 12.99 6.33 22.37 -
YUV 57.13 170.26 177.84 -
System Red Green Blue C M Y K H S L
Decimal 127 7 132 0.04 0.95 0 0.48 297.6 0.9 0.27
Hex 7F 7 84 4 5F 0 30 12A 5A 1B
Octal 177 7 204 4 137 0 60 452 132 33
Binary 1111111 111 10000100 100 1011111 0 110000 100101010 1011010 11011

Color Harmonies of #7F0784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0784

Black with #7F0784

Text Example


Text Example

White with #7F0784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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