Html Css Color HEX #790682 Purple

📋 copy color: '#790682'

red 121 ◦ green 6 ◦ blue 130

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

Shades of Purple #790682

Tints of Purple #790682

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

 BLUE value IS 130 (51.17% from 255) = 50.58%

R = 47.08%
G = 2.33%
B = 50.58%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#790682 (or 0x790682) is known color: Purple. HEX triplet: 79, 06 and 82. RGB value is (121,6,130). Sum of RGB (Red+Green+Blue) = 121+6+130=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #790682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790682 is #86F97D. Grayscale: #363636. Windows color (decimal): -8845694 or 8521337. OLE color: 8521337.

HSL color Cylindrical-coordinate representation of color #790682: hue angle of 295.65º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790682 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 121 6 130 -
CMYK 0.07 0.95 0 0.49
HSL 295.65º 0.91% 0.27% -
HSV(B) 295.65º 0.95% 0.51% -
XYZ 11.98 5.81 21.61 -
YUV 54.52 170.6 175.42 -
System Red Green Blue C M Y K H S L
Decimal 121 6 130 0.07 0.95 0 0.49 295.65 0.91 0.27
Hex 79 6 82 7 5F 0 31 128 5B 1B
Octal 171 6 202 7 137 0 61 450 133 33
Binary 1111001 110 10000010 111 1011111 0 110001 100101000 1011011 11011

Color Harmonies of #790682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790682

Black with #790682

Text Example


Text Example

White with #790682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790682; }

 p { color: rgb(121,6,130); }

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

background-color css

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

 a { background-color: rgb(121,6,130); }

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

border-color css

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

 span { border-color: rgb(121,6,130); }

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