Html Css Color HEX #793ABB Purple Heart

📋 copy color: '#793ABB'

red 121 ◦ green 58 ◦ blue 187

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

Shades of Purple Heart #793ABB

Tints of Purple Heart #793ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.09%

R = 33.06%
G = 15.85%
B = 51.09%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#793ABB (or 0x793ABB) is known color: Purple Heart. HEX triplet: 79, 3A and BB. RGB value is (121,58,187). Sum of RGB (Red+Green+Blue) = 121+58+187=366 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.06% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #793ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793ABB is #86C544. Grayscale: #5B5B5B. Windows color (decimal): -8832325 or 12270201. OLE color: 12270201.

HSL color Cylindrical-coordinate representation of color #793ABB: hue angle of 269.3º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #793ABB is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 58 187 -
CMYK 0.35 0.69 0 0.27
HSL 269.3º 0.53% 0.48% -
HSV(B) 269.3º 0.69% 0.73% -
XYZ 18.37 10.68 48.11 -
YUV 91.54 181.87 149.01 -
System Red Green Blue C M Y K H S L
Decimal 121 58 187 0.35 0.69 0 0.27 269.3 0.53 0.48
Hex 79 3A BB 23 45 0 1B 10D 35 30
Octal 171 72 273 43 105 0 33 415 65 60
Binary 1111001 111010 10111011 100011 1000101 0 11011 100001101 110101 110000

Color Harmonies of #793ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793ABB

Black with #793ABB

Text Example


Text Example

White with #793ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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