Html Css Color HEX #793AC8 Purple Heart

📋 copy color: '#793AC8'

red 121 ◦ green 58 ◦ blue 200

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

Shades of Purple Heart #793AC8

Tints of Purple Heart #793AC8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.3%

 BLUE value IS 200 (78.52% from 255) = 52.77%

R = 31.93%
G = 15.3%
B = 52.77%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#793AC8 (or 0x793AC8) is known color: Purple Heart. HEX triplet: 79, 3A and C8. RGB value is (121,58,200). Sum of RGB (Red+Green+Blue) = 121+58+200=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #793AC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793AC8 is #86C537. Grayscale: #5C5C5C. Windows color (decimal): -8832312 or 13122169. OLE color: 13122169.

HSL color Cylindrical-coordinate representation of color #793AC8: hue angle of 266.62º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #793AC8 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 121 58 200 -
CMYK 0.39 0.71 0 0.22
HSL 266.62º 0.56% 0.51% -
HSV(B) 266.62º 0.71% 0.78% -
XYZ 19.82 11.26 55.77 -
YUV 93.03 188.37 147.95 -
System Red Green Blue C M Y K H S L
Decimal 121 58 200 0.39 0.71 0 0.22 266.62 0.56 0.51
Hex 79 3A C8 27 47 0 16 10B 38 33
Octal 171 72 310 47 107 0 26 413 70 63
Binary 1111001 111010 11001000 100111 1000111 0 10110 100001011 111000 110011

Color Harmonies of #793AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793AC8

Black with #793AC8

Text Example


Text Example

White with #793AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,58,200); }

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

background-color css

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

 a { background-color: rgb(121,58,200); }

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

border-color css

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

 span { border-color: rgb(121,58,200); }

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