Html Css Color HEX #743ACE Purple Heart

📋 copy color: '#743ACE'

red 116 ◦ green 58 ◦ blue 206

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

Shades of Purple Heart #743ACE

Tints of Purple Heart #743ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.26%

 BLUE value IS 206 (80.86% from 255) = 54.21%

R = 30.53%
G = 15.26%
B = 54.21%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#743ACE (or 0x743ACE) is known color: Purple Heart. HEX triplet: 74, 3A and CE. RGB value is (116,58,206). Sum of RGB (Red+Green+Blue) = 116+58+206=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #743ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743ACE is #8BC531. Grayscale: #5B5B5B. Windows color (decimal): -9159986 or 13515380. OLE color: 13515380.

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

Color convert

RGB 116 58 206 -
CMYK 0.44 0.72 0 0.19
HSL 263.51º 0.6% 0.52% -
HSV(B) 263.51º 0.72% 0.81% -
XYZ 19.86 11.2 59.51 -
YUV 92.21 192.22 144.97 -
System Red Green Blue C M Y K H S L
Decimal 116 58 206 0.44 0.72 0 0.19 263.51 0.6 0.52
Hex 74 3A CE 2C 48 0 13 108 3C 34
Octal 164 72 316 54 110 0 23 410 74 64
Binary 1110100 111010 11001110 101100 1001000 0 10011 100001000 111100 110100

Color Harmonies of #743ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743ACE

Black with #743ACE

Text Example


Text Example

White with #743ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,58,206); }

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

background-color css

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

 a { background-color: rgb(116,58,206); }

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

border-color css

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

 span { border-color: rgb(116,58,206); }

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