Html Css Color HEX #793CCE Purple Heart

📋 copy color: '#793CCE'

red 121 ◦ green 60 ◦ blue 206

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

Shades of Purple Heart #793CCE

Tints of Purple Heart #793CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.23%

R = 31.27%
G = 15.5%
B = 53.23%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#793CCE (or 0x793CCE) is known color: Purple Heart. HEX triplet: 79, 3C and CE. RGB value is (121,60,206). Sum of RGB (Red+Green+Blue) = 121+60+206=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #793CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793CCE is #86C331. Grayscale: #5E5E5E. Windows color (decimal): -8831794 or 13515897. OLE color: 13515897.

HSL color Cylindrical-coordinate representation of color #793CCE: hue angle of 265.07º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #793CCE is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 60 206 -
CMYK 0.41 0.71 0 0.19
HSL 265.07º 0.6% 0.52% -
HSV(B) 265.07º 0.71% 0.81% -
XYZ 20.64 11.75 59.57 -
YUV 94.88 190.71 146.63 -
System Red Green Blue C M Y K H S L
Decimal 121 60 206 0.41 0.71 0 0.19 265.07 0.6 0.52
Hex 79 3C CE 29 47 0 13 109 3C 34
Octal 171 74 316 51 107 0 23 411 74 64
Binary 1111001 111100 11001110 101001 1000111 0 10011 100001001 111100 110100

Color Harmonies of #793CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793CCE

Black with #793CCE

Text Example


Text Example

White with #793CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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