Html Css Color HEX #790384 Purple

📋 copy color: '#790384'

red 121 ◦ green 3 ◦ blue 132

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

Shades of Purple #790384

Tints of Purple #790384

RGB

 RED value IS 121 (47.66% from 255) = 47.27%

 GREEN value IS 3 (1.56% from 255) = 1.17%

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

R = 47.27%
G = 1.17%
B = 51.56%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#790384 (or 0x790384) is known color: Purple. HEX triplet: 79, 03 and 84. RGB value is (121,3,132). Sum of RGB (Red+Green+Blue) = 121+3+132=256 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.27% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #790384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790384 is #86FC7B. Grayscale: #343434. Windows color (decimal): -8846460 or 8651641. OLE color: 8651641.

HSL color Cylindrical-coordinate representation of color #790384: hue angle of 294.88º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #790384 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 3 132 -
CMYK 0.08 0.98 0 0.48
HSL 294.88º 0.96% 0.26% -
HSV(B) 294.88º 0.98% 0.52% -
XYZ 12.08 5.8 22.31 -
YUV 52.99 172.59 176.51 -
System Red Green Blue C M Y K H S L
Decimal 121 3 132 0.08 0.98 0 0.48 294.88 0.96 0.26
Hex 79 3 84 8 62 0 30 127 60 1A
Octal 171 3 204 10 142 0 60 447 140 32
Binary 1111001 11 10000100 1000 1100010 0 110000 100100111 1100000 11010

Color Harmonies of #790384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790384

Black with #790384

Text Example


Text Example

White with #790384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790384; }

 p { color: rgb(121,3,132); }

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

background-color css

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

 a { background-color: rgb(121,3,132); }

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

border-color css

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

 span { border-color: rgb(121,3,132); }

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