Html Css Color HEX #793DBC Purple Heart

📋 copy color: '#793DBC'

red 121 ◦ green 61 ◦ blue 188

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

Shades of Purple Heart #793DBC

Tints of Purple Heart #793DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 32.7%
G = 16.49%
B = 50.81%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#793DBC (or 0x793DBC) is known color: Purple Heart. HEX triplet: 79, 3D and BC. RGB value is (121,61,188). Sum of RGB (Red+Green+Blue) = 121+61+188=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #793DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793DBC is #86C243. Grayscale: #5C5C5C. Windows color (decimal): -8831556 or 12336505. OLE color: 12336505.

HSL color Cylindrical-coordinate representation of color #793DBC: hue angle of 268.35º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #793DBC is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 61 188 -
CMYK 0.36 0.68 0 0.26
HSL 268.35º 0.51% 0.49% -
HSV(B) 268.35º 0.68% 0.74% -
XYZ 18.63 11.03 48.72 -
YUV 93.42 181.38 147.67 -
System Red Green Blue C M Y K H S L
Decimal 121 61 188 0.36 0.68 0 0.26 268.35 0.51 0.49
Hex 79 3D BC 24 44 0 1A 10C 33 31
Octal 171 75 274 44 104 0 32 414 63 61
Binary 1111001 111101 10111100 100100 1000100 0 11010 100001100 110011 110001

Color Harmonies of #793DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793DBC

Black with #793DBC

Text Example


Text Example

White with #793DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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