Html Css Color HEX #793FBB Purple Heart

📋 copy color: '#793FBB'

red 121 ◦ green 63 ◦ blue 187

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

Shades of Purple Heart #793FBB

Tints of Purple Heart #793FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.4%

R = 32.61%
G = 16.98%
B = 50.4%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#793FBB (or 0x793FBB) is known color: Purple Heart. HEX triplet: 79, 3F and BB. RGB value is (121,63,187). Sum of RGB (Red+Green+Blue) = 121+63+187=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #793FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793FBB is #86C044. Grayscale: #5E5E5E. Windows color (decimal): -8831045 or 12271481. OLE color: 12271481.

HSL color Cylindrical-coordinate representation of color #793FBB: hue angle of 268.06º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #793FBB is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 63 187 -
CMYK 0.35 0.66 0 0.27
HSL 268.06º 0.5% 0.49% -
HSV(B) 268.06º 0.66% 0.73% -
XYZ 18.63 11.21 48.2 -
YUV 94.48 180.22 146.92 -
System Red Green Blue C M Y K H S L
Decimal 121 63 187 0.35 0.66 0 0.27 268.06 0.5 0.49
Hex 79 3F BB 23 42 0 1B 10C 32 31
Octal 171 77 273 43 102 0 33 414 62 61
Binary 1111001 111111 10111011 100011 1000010 0 11011 100001100 110010 110001

Color Harmonies of #793FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793FBB

Black with #793FBB

Text Example


Text Example

White with #793FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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