Html Css Color HEX #793ABF Purple Heart

📋 copy color: '#793ABF'

red 121 ◦ green 58 ◦ blue 191

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

Shades of Purple Heart #793ABF

Tints of Purple Heart #793ABF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.68%

 BLUE value IS 191 (75% from 255) = 51.62%

R = 32.7%
G = 15.68%
B = 51.62%

CMYK

 C value IS 0.37

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#793ABF (or 0x793ABF) is known color: Purple Heart. HEX triplet: 79, 3A and BF. RGB value is (121,58,191). Sum of RGB (Red+Green+Blue) = 121+58+191=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #793ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793ABF is #86C540. Grayscale: #5B5B5B. Windows color (decimal): -8832321 or 12532345. OLE color: 12532345.

HSL color Cylindrical-coordinate representation of color #793ABF: hue angle of 268.42º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #793ABF is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 58 191 -
CMYK 0.37 0.70 0 0.25
HSL 268.42º 0.53% 0.49% -
HSV(B) 268.42º 0.7% 0.75% -
XYZ 18.8 10.85 50.39 -
YUV 92 183.87 148.69 -
System Red Green Blue C M Y K H S L
Decimal 121 58 191 0.37 0.70 0 0.25 268.42 0.53 0.49
Hex 79 3A BF 25 46 0 19 10C 35 31
Octal 171 72 277 45 106 0 31 414 65 61
Binary 1111001 111010 10111111 100101 1000110 0 11001 100001100 110101 110001

Color Harmonies of #793ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793ABF

Black with #793ABF

Text Example


Text Example

White with #793ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793ABF; }

 p { color: rgb(121,58,191); }

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

background-color css

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

 a { background-color: rgb(121,58,191); }

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

border-color css

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

 span { border-color: rgb(121,58,191); }

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