Html Css Color HEX #743EC7 Purple Heart

📋 copy color: '#743EC7'

red 116 ◦ green 62 ◦ blue 199

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

Shades of Purple Heart #743EC7

Tints of Purple Heart #743EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 52.79%

R = 30.77%
G = 16.45%
B = 52.79%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#743EC7 (or 0x743EC7) is known color: Purple Heart. HEX triplet: 74, 3E and C7. RGB value is (116,62,199). Sum of RGB (Red+Green+Blue) = 116+62+199=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 199 (78.12% from 255 or 52.79% from 377); Max value from RGB is 199 - color contains mainly: blue. Hex color #743EC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743EC7 is #8BC138. Grayscale: #5D5D5D. Windows color (decimal): -9158969 or 13057652. OLE color: 13057652.

HSL color Cylindrical-coordinate representation of color #743EC7: hue angle of 263.65º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #743EC7 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 62 199 -
CMYK 0.42 0.69 0 0.22
HSL 263.65º 0.55% 0.51% -
HSV(B) 263.65º 0.69% 0.78% -
XYZ 19.23 11.28 55.2 -
YUV 93.76 187.39 143.86 -
System Red Green Blue C M Y K H S L
Decimal 116 62 199 0.42 0.69 0 0.22 263.65 0.55 0.51
Hex 74 3E C7 2A 45 0 16 108 37 33
Octal 164 76 307 52 105 0 26 410 67 63
Binary 1110100 111110 11000111 101010 1000101 0 10110 100001000 110111 110011

Color Harmonies of #743EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743EC7

Black with #743EC7

Text Example


Text Example

White with #743EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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