Html Css Color HEX #7943CA Purple Heart

📋 copy color: '#7943CA'

red 121 ◦ green 67 ◦ blue 202

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

Shades of Purple Heart #7943CA

Tints of Purple Heart #7943CA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.18%

 BLUE value IS 202 (79.3% from 255) = 51.79%

R = 31.03%
G = 17.18%
B = 51.79%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7943CA (or 0x7943CA) is known color: Purple Heart. HEX triplet: 79, 43 and CA. RGB value is (121,67,202). Sum of RGB (Red+Green+Blue) = 121+67+202=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #7943CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7943CA is #86BC35. Grayscale: #626262. Windows color (decimal): -8830006 or 13255545. OLE color: 13255545.

HSL color Cylindrical-coordinate representation of color #7943CA: hue angle of 264º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7943CA is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 121 67 202 -
CMYK 0.40 0.67 0 0.21
HSL 264º 0.56% 0.53% -
HSV(B) 264º 0.67% 0.79% -
XYZ 20.55 12.34 57.18 -
YUV 98.54 186.39 144.02 -
System Red Green Blue C M Y K H S L
Decimal 121 67 202 0.40 0.67 0 0.21 264 0.56 0.53
Hex 79 43 CA 28 43 0 15 108 38 35
Octal 171 103 312 50 103 0 25 410 70 65
Binary 1111001 1000011 11001010 101000 1000011 0 10101 100001000 111000 110101

Color Harmonies of #7943CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7943CA

Black with #7943CA

Text Example


Text Example

White with #7943CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7943CA; }

 p { color: rgb(121,67,202); }

 H1.HeaderClassName
 {
   color: #7943CA;
 }
 .AnyTagClassName
 {
   color: #7943CA;
 }
</style>

background-color css

<style>
 a { background-color: #7943CA; }

 a { background-color: rgb(121,67,202); }

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

border-color css

<style>
 span { border-color: #7943CA; }

 span { border-color: rgb(121,67,202); }

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