Html Css Color HEX #743ACC Purple Heart

📋 copy color: '#743ACC'

red 116 ◦ green 58 ◦ blue 204

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

Shades of Purple Heart #743ACC

Tints of Purple Heart #743ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.97%

R = 30.69%
G = 15.34%
B = 53.97%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#743ACC (or 0x743ACC) is known color: Purple Heart. HEX triplet: 74, 3A and CC. RGB value is (116,58,204). Sum of RGB (Red+Green+Blue) = 116+58+204=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #743ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743ACC is #8BC533. Grayscale: #5B5B5B. Windows color (decimal): -9159988 or 13384308. OLE color: 13384308.

HSL color Cylindrical-coordinate representation of color #743ACC: hue angle of 263.84º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #743ACC is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 58 204 -
CMYK 0.43 0.72 0 0.2
HSL 263.84º 0.59% 0.51% -
HSV(B) 263.84º 0.72% 0.8% -
XYZ 19.61 11.1 58.24 -
YUV 91.99 191.22 145.13 -
System Red Green Blue C M Y K H S L
Decimal 116 58 204 0.43 0.72 0 0.2 263.84 0.59 0.51
Hex 74 3A CC 2B 48 0 14 108 3B 33
Octal 164 72 314 53 110 0 24 410 73 63
Binary 1110100 111010 11001100 101011 1001000 0 10100 100001000 111011 110011

Color Harmonies of #743ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743ACC

Black with #743ACC

Text Example


Text Example

White with #743ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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