Html Css Color HEX #793DCE Purple Heart

📋 copy color: '#793DCE'

red 121 ◦ green 61 ◦ blue 206

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

Shades of Purple Heart #793DCE

Tints of Purple Heart #793DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.72%

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

R = 31.19%
G = 15.72%
B = 53.09%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#793DCE (or 0x793DCE) is known color: Purple Heart. HEX triplet: 79, 3D and CE. RGB value is (121,61,206). Sum of RGB (Red+Green+Blue) = 121+61+206=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #793DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793DCE is #86C231. Grayscale: #5E5E5E. Windows color (decimal): -8831538 or 13516153. OLE color: 13516153.

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

Color convert

RGB 121 61 206 -
CMYK 0.41 0.70 0 0.19
HSL 264.83º 0.6% 0.52% -
HSV(B) 264.83º 0.7% 0.81% -
XYZ 20.69 11.86 59.59 -
YUV 95.47 190.38 146.21 -
System Red Green Blue C M Y K H S L
Decimal 121 61 206 0.41 0.70 0 0.19 264.83 0.6 0.52
Hex 79 3D CE 29 46 0 13 109 3C 34
Octal 171 75 316 51 106 0 23 411 74 64
Binary 1111001 111101 11001110 101001 1000110 0 10011 100001001 111100 110100

Color Harmonies of #793DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793DCE

Black with #793DCE

Text Example


Text Example

White with #793DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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