Html Css Color HEX #743ECF Purple Heart

📋 copy color: '#743ECF'

red 116 ◦ green 62 ◦ blue 207

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

Shades of Purple Heart #743ECF

Tints of Purple Heart #743ECF

RGB

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

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

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

R = 30.13%
G = 16.1%
B = 53.77%

CMYK

 C value IS 0.44

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#743ECF (or 0x743ECF) is known color: Purple Heart. HEX triplet: 74, 3E and CF. RGB value is (116,62,207). Sum of RGB (Red+Green+Blue) = 116+62+207=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #743ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743ECF is #8BC130. Grayscale: #5E5E5E. Windows color (decimal): -9158961 or 13581940. OLE color: 13581940.

HSL color Cylindrical-coordinate representation of color #743ECF: hue angle of 262.34º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #743ECF is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 62 207 -
CMYK 0.44 0.70 0 0.19
HSL 262.34º 0.6% 0.53% -
HSV(B) 262.34º 0.7% 0.81% -
XYZ 20.19 11.66 60.22 -
YUV 94.68 191.39 143.21 -
System Red Green Blue C M Y K H S L
Decimal 116 62 207 0.44 0.70 0 0.19 262.34 0.6 0.53
Hex 74 3E CF 2C 46 0 13 106 3C 35
Octal 164 76 317 54 106 0 23 406 74 65
Binary 1110100 111110 11001111 101100 1000110 0 10011 100000110 111100 110101

Color Harmonies of #743ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743ECF

Black with #743ECF

Text Example


Text Example

White with #743ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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