Html Css Color HEX #793DCD Purple Heart

📋 copy color: '#793DCD'

red 121 ◦ green 61 ◦ blue 205

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

Shades of Purple Heart #793DCD

Tints of Purple Heart #793DCD

RGB

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

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

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

R = 31.27%
G = 15.76%
B = 52.97%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#793DCD (or 0x793DCD) is known color: Purple Heart. HEX triplet: 79, 3D and CD. RGB value is (121,61,205). Sum of RGB (Red+Green+Blue) = 121+61+205=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #793DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793DCD is #86C232. Grayscale: #5E5E5E. Windows color (decimal): -8831539 or 13450617. OLE color: 13450617.

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

Color convert

RGB 121 61 205 -
CMYK 0.41 0.70 0 0.20
HSL 265º 0.59% 0.52% -
HSV(B) 265º 0.7% 0.8% -
XYZ 20.57 11.81 58.95 -
YUV 95.36 189.88 146.29 -
System Red Green Blue C M Y K H S L
Decimal 121 61 205 0.41 0.70 0 0.20 265 0.59 0.52
Hex 79 3D CD 29 46 0 14 109 3B 34
Octal 171 75 315 51 106 0 24 411 73 64
Binary 1111001 111101 11001101 101001 1000110 0 10100 100001001 111011 110100

Color Harmonies of #793DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793DCD

Black with #793DCD

Text Example


Text Example

White with #793DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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