Html Css Color HEX #793CD0 Purple Heart

📋 copy color: '#793CD0'

red 121 ◦ green 60 ◦ blue 208

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

Shades of Purple Heart #793CD0

Tints of Purple Heart #793CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.47%

R = 31.11%
G = 15.42%
B = 53.47%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#793CD0 (or 0x793CD0) is known color: Purple Heart. HEX triplet: 79, 3C and D0. RGB value is (121,60,208). Sum of RGB (Red+Green+Blue) = 121+60+208=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #793CD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793CD0 is #86C32F. Grayscale: #5E5E5E. Windows color (decimal): -8831792 or 13646969. OLE color: 13646969.

HSL color Cylindrical-coordinate representation of color #793CD0: hue angle of 264.73º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #793CD0 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 121 60 208 -
CMYK 0.42 0.71 0 0.18
HSL 264.73º 0.61% 0.53% -
HSV(B) 264.73º 0.71% 0.82% -
XYZ 20.89 11.85 60.86 -
YUV 95.11 191.71 146.47 -
System Red Green Blue C M Y K H S L
Decimal 121 60 208 0.42 0.71 0 0.18 264.73 0.61 0.53
Hex 79 3C D0 2A 47 0 12 109 3D 35
Octal 171 74 320 52 107 0 22 411 75 65
Binary 1111001 111100 11010000 101010 1000111 0 10010 100001001 111101 110101

Color Harmonies of #793CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793CD0

Black with #793CD0

Text Example


Text Example

White with #793CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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