Html Css Color HEX #793CC0 Purple Heart

📋 copy color: '#793CC0'

red 121 ◦ green 60 ◦ blue 192

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

Shades of Purple Heart #793CC0

Tints of Purple Heart #793CC0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.09%

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

R = 32.44%
G = 16.09%
B = 51.47%

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

#793CC0 (or 0x793CC0) is known color: Purple Heart. HEX triplet: 79, 3C and C0. RGB value is (121,60,192). Sum of RGB (Red+Green+Blue) = 121+60+192=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 192 (75.39% from 255 or 51.47% from 373); Max value from RGB is 192 - color contains mainly: blue. Hex color #793CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793CC0 is #86C33F. Grayscale: #5C5C5C. Windows color (decimal): -8831808 or 12598393. OLE color: 12598393.

HSL color Cylindrical-coordinate representation of color #793CC0: hue angle of 267.73º degrees, saturation: 0.52, 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 #793CC0 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 60 192 -
CMYK 0.37 0.69 0 0.25
HSL 267.73º 0.52% 0.49% -
HSV(B) 267.73º 0.69% 0.75% -
XYZ 19.02 11.1 51.01 -
YUV 93.29 183.71 147.77 -
System Red Green Blue C M Y K H S L
Decimal 121 60 192 0.37 0.69 0 0.25 267.73 0.52 0.49
Hex 79 3C C0 25 45 0 19 10C 34 31
Octal 171 74 300 45 105 0 31 414 64 61
Binary 1111001 111100 11000000 100101 1000101 0 11001 100001100 110100 110001

Color Harmonies of #793CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793CC0

Black with #793CC0

Text Example


Text Example

White with #793CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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