Html Css Color HEX #793CBC Purple Heart

📋 copy color: '#793CBC'

red 121 ◦ green 60 ◦ blue 188

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

Shades of Purple Heart #793CBC

Tints of Purple Heart #793CBC

RGB

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

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

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

R = 32.79%
G = 16.26%
B = 50.95%

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

#793CBC (or 0x793CBC) is known color: Purple Heart. HEX triplet: 79, 3C and BC. RGB value is (121,60,188). Sum of RGB (Red+Green+Blue) = 121+60+188=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #793CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793CBC is #86C343. Grayscale: #5C5C5C. Windows color (decimal): -8831812 or 12336249. OLE color: 12336249.

HSL color Cylindrical-coordinate representation of color #793CBC: hue angle of 268.59º degrees, saturation: 0.52, 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 #793CBC is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 60 188 -
CMYK 0.36 0.68 0 0.26
HSL 268.59º 0.52% 0.49% -
HSV(B) 268.59º 0.68% 0.74% -
XYZ 18.58 10.93 48.71 -
YUV 92.83 181.71 148.09 -
System Red Green Blue C M Y K H S L
Decimal 121 60 188 0.36 0.68 0 0.26 268.59 0.52 0.49
Hex 79 3C BC 24 44 0 1A 10D 34 31
Octal 171 74 274 44 104 0 32 415 64 61
Binary 1111001 111100 10111100 100100 1000100 0 11010 100001101 110100 110001

Color Harmonies of #793CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793CBC

Black with #793CBC

Text Example


Text Example

White with #793CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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