Html Css Color HEX #793BCD Purple Heart

📋 copy color: '#793BCD'

red 121 ◦ green 59 ◦ blue 205

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

Shades of Purple Heart #793BCD

Tints of Purple Heart #793BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.32%

 BLUE value IS 205 (80.47% from 255) = 53.25%

R = 31.43%
G = 15.32%
B = 53.25%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#793BCD (or 0x793BCD) is known color: Purple Heart. HEX triplet: 79, 3B and CD. RGB value is (121,59,205). Sum of RGB (Red+Green+Blue) = 121+59+205=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #793BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793BCD is #86C432. Grayscale: #5D5D5D. Windows color (decimal): -8832051 or 13450105. OLE color: 13450105.

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

Color convert

RGB 121 59 205 -
CMYK 0.41 0.71 0 0.20
HSL 265.48º 0.59% 0.52% -
HSV(B) 265.48º 0.71% 0.8% -
XYZ 20.47 11.6 58.92 -
YUV 94.18 190.54 147.13 -
System Red Green Blue C M Y K H S L
Decimal 121 59 205 0.41 0.71 0 0.20 265.48 0.59 0.52
Hex 79 3B CD 29 47 0 14 109 3B 34
Octal 171 73 315 51 107 0 24 411 73 64
Binary 1111001 111011 11001101 101001 1000111 0 10100 100001001 111011 110100

Color Harmonies of #793BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793BCD

Black with #793BCD

Text Example


Text Example

White with #793BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,59,205); }

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

background-color css

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

 a { background-color: rgb(121,59,205); }

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

border-color css

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

 span { border-color: rgb(121,59,205); }

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