Html Css Color HEX #793CCA Purple Heart

📋 copy color: '#793CCA'

red 121 ◦ green 60 ◦ blue 202

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

Shades of Purple Heart #793CCA

Tints of Purple Heart #793CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.74%

R = 31.59%
G = 15.67%
B = 52.74%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#793CCA (or 0x793CCA) is known color: Purple Heart. HEX triplet: 79, 3C and CA. RGB value is (121,60,202). Sum of RGB (Red+Green+Blue) = 121+60+202=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #793CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793CCA is #86C335. Grayscale: #5D5D5D. Windows color (decimal): -8831798 or 13253753. OLE color: 13253753.

HSL color Cylindrical-coordinate representation of color #793CCA: hue angle of 265.77º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #793CCA is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 121 60 202 -
CMYK 0.40 0.70 0 0.21
HSL 265.77º 0.57% 0.51% -
HSV(B) 265.77º 0.7% 0.79% -
XYZ 20.16 11.56 57.05 -
YUV 94.43 188.71 146.95 -
System Red Green Blue C M Y K H S L
Decimal 121 60 202 0.40 0.70 0 0.21 265.77 0.57 0.51
Hex 79 3C CA 28 46 0 15 10A 39 33
Octal 171 74 312 50 106 0 25 412 71 63
Binary 1111001 111100 11001010 101000 1000110 0 10101 100001010 111001 110011

Color Harmonies of #793CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793CCA

Black with #793CCA

Text Example


Text Example

White with #793CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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