Html Css Color HEX #7743CA Purple Heart

📋 copy color: '#7743CA'

red 119 ◦ green 67 ◦ blue 202

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

Shades of Purple Heart #7743CA

Tints of Purple Heart #7743CA

RGB

 RED value IS 119 (46.88% from 255) = 30.67%

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

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

R = 30.67%
G = 17.27%
B = 52.06%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7743CA (or 0x7743CA) is known color: Purple Heart. HEX triplet: 77, 43 and CA. RGB value is (119,67,202). Sum of RGB (Red+Green+Blue) = 119+67+202=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #7743CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7743CA is #88BC35. Grayscale: #616161. Windows color (decimal): -8961078 or 13255543. OLE color: 13255543.

HSL color Cylindrical-coordinate representation of color #7743CA: hue angle of 263.11º 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 #7743CA is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 67 202 -
CMYK 0.41 0.67 0 0.21
HSL 263.11º 0.56% 0.53% -
HSV(B) 263.11º 0.67% 0.79% -
XYZ 20.28 12.2 57.16 -
YUV 97.94 186.73 143.02 -
System Red Green Blue C M Y K H S L
Decimal 119 67 202 0.41 0.67 0 0.21 263.11 0.56 0.53
Hex 77 43 CA 29 43 0 15 107 38 35
Octal 167 103 312 51 103 0 25 407 70 65
Binary 1110111 1000011 11001010 101001 1000011 0 10101 100000111 111000 110101

Color Harmonies of #7743CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7743CA

Black with #7743CA

Text Example


Text Example

White with #7743CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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