Html Css Color HEX #790369 Purple

📋 copy color: '#790369'

red 121 ◦ green 3 ◦ blue 105

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

Shades of Purple #790369

Tints of Purple #790369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 45.85%

R = 52.84%
G = 1.31%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#790369 (or 0x790369) is known color: Purple. HEX triplet: 79, 03 and 69. RGB value is (121,3,105). Sum of RGB (Red+Green+Blue) = 121+3+105=229 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.84% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 121 - color contains mainly: red. Hex color #790369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790369 is #86FC96. Grayscale: #313131. Windows color (decimal): -8846487 or 6882169. OLE color: 6882169.

HSL color Cylindrical-coordinate representation of color #790369: hue angle of 308.14º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #790369 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 3 105 -
CMYK 0 0.98 0.13 0.53
HSL 308.14º 0.95% 0.24% -
HSV(B) 308.14º 0.98% 0.47% -
XYZ 10.47 5.15 13.81 -
YUV 49.91 159.09 178.71 -
System Red Green Blue C M Y K H S L
Decimal 121 3 105 0 0.98 0.13 0.53 308.14 0.95 0.24
Hex 79 3 69 0 62 D 35 134 5F 18
Octal 171 3 151 0 142 15 65 464 137 30
Binary 1111001 11 1101001 0 1100010 1101 110101 100110100 1011111 11000

Color Harmonies of #790369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790369

Black with #790369

Text Example


Text Example

White with #790369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790369; }

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

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

background-color css

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

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

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

border-color css

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

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

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