Html Css Color HEX #743ECA Purple Heart

📋 copy color: '#743ECA'

red 116 ◦ green 62 ◦ blue 202

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

Shades of Purple Heart #743ECA

Tints of Purple Heart #743ECA

RGB

 RED value IS 116 (45.7% from 255) = 30.53%

 GREEN value IS 62 (24.61% from 255) = 16.32%

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

R = 30.53%
G = 16.32%
B = 53.16%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#743ECA (or 0x743ECA) is known color: Purple Heart. HEX triplet: 74, 3E and CA. RGB value is (116,62,202). Sum of RGB (Red+Green+Blue) = 116+62+202=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 62 (24.61% from 255 or 16.32% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #743ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743ECA is #8BC135. Grayscale: #5D5D5D. Windows color (decimal): -9158966 or 13254260. OLE color: 13254260.

HSL color Cylindrical-coordinate representation of color #743ECA: hue angle of 263.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #743ECA is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 62 202 -
CMYK 0.43 0.69 0 0.21
HSL 263.14º 0.57% 0.52% -
HSV(B) 263.14º 0.69% 0.79% -
XYZ 19.59 11.42 57.05 -
YUV 94.11 188.89 143.62 -
System Red Green Blue C M Y K H S L
Decimal 116 62 202 0.43 0.69 0 0.21 263.14 0.57 0.52
Hex 74 3E CA 2B 45 0 15 107 39 34
Octal 164 76 312 53 105 0 25 407 71 64
Binary 1110100 111110 11001010 101011 1000101 0 10101 100000111 111001 110100

Color Harmonies of #743ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743ECA

Black with #743ECA

Text Example


Text Example

White with #743ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743ECA; }

 p { color: rgb(116,62,202); }

 H1.HeaderClassName
 {
   color: #743ECA;
 }
 .AnyTagClassName
 {
   color: #743ECA;
 }
</style>

background-color css

<style>
 a { background-color: #743ECA; }

 a { background-color: rgb(116,62,202); }

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

border-color css

<style>
 span { border-color: #743ECA; }

 span { border-color: rgb(116,62,202); }

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