Html Css Color HEX #793BC1 Purple Heart

📋 copy color: '#793BC1'

red 121 ◦ green 59 ◦ blue 193

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

Shades of Purple Heart #793BC1

Tints of Purple Heart #793BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 51.74%

R = 32.44%
G = 15.82%
B = 51.74%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#793BC1 (or 0x793BC1) is known color: Purple Heart. HEX triplet: 79, 3B and C1. RGB value is (121,59,193). Sum of RGB (Red+Green+Blue) = 121+59+193=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #793BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793BC1 is #86C43E. Grayscale: #5C5C5C. Windows color (decimal): -8832063 or 12663673. OLE color: 12663673.

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

Color convert

RGB 121 59 193 -
CMYK 0.37 0.69 0 0.24
HSL 267.76º 0.53% 0.49% -
HSV(B) 267.76º 0.69% 0.76% -
XYZ 19.07 11.04 51.58 -
YUV 92.81 184.54 148.1 -
System Red Green Blue C M Y K H S L
Decimal 121 59 193 0.37 0.69 0 0.24 267.76 0.53 0.49
Hex 79 3B C1 25 45 0 18 10C 35 31
Octal 171 73 301 45 105 0 30 414 65 61
Binary 1111001 111011 11000001 100101 1000101 0 11000 100001100 110101 110001

Color Harmonies of #793BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793BC1

Black with #793BC1

Text Example


Text Example

White with #793BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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