Html Css Color HEX #793FCE Purple Heart

📋 copy color: '#793FCE'

red 121 ◦ green 63 ◦ blue 206

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

Shades of Purple Heart #793FCE

Tints of Purple Heart #793FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 16.15%

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

R = 31.03%
G = 16.15%
B = 52.82%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#793FCE (or 0x793FCE) is known color: Purple Heart. HEX triplet: 79, 3F and CE. RGB value is (121,63,206). Sum of RGB (Red+Green+Blue) = 121+63+206=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #793FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793FCE is #86C031. Grayscale: #606060. Windows color (decimal): -8831026 or 13516665. OLE color: 13516665.

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

Color convert

RGB 121 63 206 -
CMYK 0.41 0.69 0 0.19
HSL 264.34º 0.59% 0.53% -
HSV(B) 264.34º 0.69% 0.81% -
XYZ 20.8 12.08 59.63 -
YUV 96.64 189.72 145.37 -
System Red Green Blue C M Y K H S L
Decimal 121 63 206 0.41 0.69 0 0.19 264.34 0.59 0.53
Hex 79 3F CE 29 45 0 13 108 3B 35
Octal 171 77 316 51 105 0 23 410 73 65
Binary 1111001 111111 11001110 101001 1000101 0 10011 100001000 111011 110101

Color Harmonies of #793FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793FCE

Black with #793FCE

Text Example


Text Example

White with #793FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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