Html Css Color HEX #793ACF Purple Heart

📋 copy color: '#793ACF'

red 121 ◦ green 58 ◦ blue 207

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

Shades of Purple Heart #793ACF

Tints of Purple Heart #793ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.63%

R = 31.35%
G = 15.03%
B = 53.63%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#793ACF (or 0x793ACF) is known color: Purple Heart. HEX triplet: 79, 3A and CF. RGB value is (121,58,207). Sum of RGB (Red+Green+Blue) = 121+58+207=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #793ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793ACF is #86C530. Grayscale: #5D5D5D. Windows color (decimal): -8832305 or 13580921. OLE color: 13580921.

HSL color Cylindrical-coordinate representation of color #793ACF: hue angle of 265.37º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #793ACF is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 58 207 -
CMYK 0.42 0.72 0 0.19
HSL 265.37º 0.61% 0.52% -
HSV(B) 265.37º 0.72% 0.81% -
XYZ 20.66 11.6 60.18 -
YUV 93.82 191.87 147.38 -
System Red Green Blue C M Y K H S L
Decimal 121 58 207 0.42 0.72 0 0.19 265.37 0.61 0.52
Hex 79 3A CF 2A 48 0 13 109 3D 34
Octal 171 72 317 52 110 0 23 411 75 64
Binary 1111001 111010 11001111 101010 1001000 0 10011 100001001 111101 110100

Color Harmonies of #793ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793ACF

Black with #793ACF

Text Example


Text Example

White with #793ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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