Html Css Color HEX #793CCD Purple Heart

📋 copy color: '#793CCD'

red 121 ◦ green 60 ◦ blue 205

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

Shades of Purple Heart #793CCD

Tints of Purple Heart #793CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.11%

R = 31.35%
G = 15.54%
B = 53.11%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#793CCD (or 0x793CCD) is known color: Purple Heart. HEX triplet: 79, 3C and CD. RGB value is (121,60,205). Sum of RGB (Red+Green+Blue) = 121+60+205=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #793CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793CCD is #86C332. Grayscale: #5E5E5E. Windows color (decimal): -8831795 or 13450361. OLE color: 13450361.

HSL color Cylindrical-coordinate representation of color #793CCD: hue angle of 265.24º 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 #793CCD is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 60 205 -
CMYK 0.41 0.71 0 0.20
HSL 265.24º 0.59% 0.52% -
HSV(B) 265.24º 0.71% 0.8% -
XYZ 20.52 11.7 58.94 -
YUV 94.77 190.21 146.71 -
System Red Green Blue C M Y K H S L
Decimal 121 60 205 0.41 0.71 0 0.20 265.24 0.59 0.52
Hex 79 3C CD 29 47 0 14 109 3B 34
Octal 171 74 315 51 107 0 24 411 73 64
Binary 1111001 111100 11001101 101001 1000111 0 10100 100001001 111011 110100

Color Harmonies of #793CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793CCD

Black with #793CCD

Text Example


Text Example

White with #793CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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