Html Css Color HEX #793DBF Purple Heart

📋 copy color: '#793DBF'

red 121 ◦ green 61 ◦ blue 191

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

Shades of Purple Heart #793DBF

Tints of Purple Heart #793DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.21%

R = 32.44%
G = 16.35%
B = 51.21%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#793DBF (or 0x793DBF) is known color: Purple Heart. HEX triplet: 79, 3D and BF. RGB value is (121,61,191). Sum of RGB (Red+Green+Blue) = 121+61+191=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #793DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793DBF is #86C240. Grayscale: #5D5D5D. Windows color (decimal): -8831553 or 12533113. OLE color: 12533113.

HSL color Cylindrical-coordinate representation of color #793DBF: hue angle of 267.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #793DBF is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 61 191 -
CMYK 0.37 0.68 0 0.25
HSL 267.69º 0.52% 0.49% -
HSV(B) 267.69º 0.68% 0.75% -
XYZ 18.96 11.16 50.45 -
YUV 93.76 182.88 147.43 -
System Red Green Blue C M Y K H S L
Decimal 121 61 191 0.37 0.68 0 0.25 267.69 0.52 0.49
Hex 79 3D BF 25 44 0 19 10C 34 31
Octal 171 75 277 45 104 0 31 414 64 61
Binary 1111001 111101 10111111 100101 1000100 0 11001 100001100 110100 110001

Color Harmonies of #793DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793DBF

Black with #793DBF

Text Example


Text Example

White with #793DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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