Html Css Color HEX #793CCC Purple Heart

📋 copy color: '#793CCC'

red 121 ◦ green 60 ◦ blue 204

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

Shades of Purple Heart #793CCC

Tints of Purple Heart #793CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.99%

R = 31.43%
G = 15.58%
B = 52.99%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#793CCC (or 0x793CCC) is known color: Purple Heart. HEX triplet: 79, 3C and CC. RGB value is (121,60,204). Sum of RGB (Red+Green+Blue) = 121+60+204=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #793CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793CCC is #86C333. Grayscale: #5E5E5E. Windows color (decimal): -8831796 or 13384825. OLE color: 13384825.

HSL color Cylindrical-coordinate representation of color #793CCC: hue angle of 265.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #793CCC is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 121 60 204 -
CMYK 0.41 0.71 0 0.2
HSL 265.42º 0.59% 0.52% -
HSV(B) 265.42º 0.71% 0.8% -
XYZ 20.4 11.66 58.3 -
YUV 94.66 189.71 146.79 -
System Red Green Blue C M Y K H S L
Decimal 121 60 204 0.41 0.71 0 0.2 265.42 0.59 0.52
Hex 79 3C CC 29 47 0 14 109 3B 34
Octal 171 74 314 51 107 0 24 411 73 64
Binary 1111001 111100 11001100 101001 1000111 0 10100 100001001 111011 110100

Color Harmonies of #793CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793CCC

Black with #793CCC

Text Example


Text Example

White with #793CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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