Html Css Color HEX #793ABC Purple Heart

📋 copy color: '#793ABC'

red 121 ◦ green 58 ◦ blue 188

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

Shades of Purple Heart #793ABC

Tints of Purple Heart #793ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.23%

R = 32.97%
G = 15.8%
B = 51.23%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#793ABC (or 0x793ABC) is known color: Purple Heart. HEX triplet: 79, 3A and BC. RGB value is (121,58,188). Sum of RGB (Red+Green+Blue) = 121+58+188=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #793ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793ABC is #86C543. Grayscale: #5B5B5B. Windows color (decimal): -8832324 or 12335737. OLE color: 12335737.

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

Color convert

RGB 121 58 188 -
CMYK 0.36 0.69 0 0.26
HSL 269.08º 0.53% 0.48% -
HSV(B) 269.08º 0.69% 0.74% -
XYZ 18.48 10.72 48.67 -
YUV 91.66 182.37 148.93 -
System Red Green Blue C M Y K H S L
Decimal 121 58 188 0.36 0.69 0 0.26 269.08 0.53 0.48
Hex 79 3A BC 24 45 0 1A 10D 35 30
Octal 171 72 274 44 105 0 32 415 65 60
Binary 1111001 111010 10111100 100100 1000101 0 11010 100001101 110101 110000

Color Harmonies of #793ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793ABC

Black with #793ABC

Text Example


Text Example

White with #793ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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