Html Css Color HEX #793BC0 Purple Heart

📋 copy color: '#793BC0'

red 121 ◦ green 59 ◦ blue 192

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

Shades of Purple Heart #793BC0

Tints of Purple Heart #793BC0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.86%

 BLUE value IS 192 (75.39% from 255) = 51.61%

R = 32.53%
G = 15.86%
B = 51.61%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#793BC0 (or 0x793BC0) is known color: Purple Heart. HEX triplet: 79, 3B and C0. RGB value is (121,59,192). Sum of RGB (Red+Green+Blue) = 121+59+192=372 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.53% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 192 (75.39% from 255 or 51.61% from 372); Max value from RGB is 192 - color contains mainly: blue. Hex color #793BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793BC0 is #86C43F. Grayscale: #5C5C5C. Windows color (decimal): -8832064 or 12598137. OLE color: 12598137.

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

Color convert

RGB 121 59 192 -
CMYK 0.37 0.69 0 0.25
HSL 267.97º 0.53% 0.49% -
HSV(B) 267.97º 0.69% 0.75% -
XYZ 18.96 11 50.99 -
YUV 92.7 184.04 148.19 -
System Red Green Blue C M Y K H S L
Decimal 121 59 192 0.37 0.69 0 0.25 267.97 0.53 0.49
Hex 79 3B C0 25 45 0 19 10C 35 31
Octal 171 73 300 45 105 0 31 414 65 61
Binary 1111001 111011 11000000 100101 1000101 0 11001 100001100 110101 110001

Color Harmonies of #793BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793BC0

Black with #793BC0

Text Example


Text Example

White with #793BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,59,192); }

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

background-color css

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

 a { background-color: rgb(121,59,192); }

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

border-color css

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

 span { border-color: rgb(121,59,192); }

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