Html Css Color HEX #743FC9 Purple Heart

📋 copy color: '#743FC9'

red 116 ◦ green 63 ◦ blue 201

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

Shades of Purple Heart #743FC9

Tints of Purple Heart #743FC9

RGB

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

 GREEN value IS 63 (25% from 255) = 16.58%

 BLUE value IS 201 (78.91% from 255) = 52.89%

R = 30.53%
G = 16.58%
B = 52.89%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#743FC9 (or 0x743FC9) is known color: Purple Heart. HEX triplet: 74, 3F and C9. RGB value is (116,63,201). Sum of RGB (Red+Green+Blue) = 116+63+201=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 201 (78.91% from 255 or 52.89% from 380); Max value from RGB is 201 - color contains mainly: blue. Hex color #743FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743FC9 is #8BC036. Grayscale: #5E5E5E. Windows color (decimal): -9158711 or 13188980. OLE color: 13188980.

HSL color Cylindrical-coordinate representation of color #743FC9: hue angle of 263.04º degrees, saturation: 0.56, 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 #743FC9 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 63 201 -
CMYK 0.42 0.69 0 0.21
HSL 263.04º 0.56% 0.52% -
HSV(B) 263.04º 0.69% 0.79% -
XYZ 19.52 11.49 56.45 -
YUV 94.58 188.06 143.28 -
System Red Green Blue C M Y K H S L
Decimal 116 63 201 0.42 0.69 0 0.21 263.04 0.56 0.52
Hex 74 3F C9 2A 45 0 15 107 38 34
Octal 164 77 311 52 105 0 25 407 70 64
Binary 1110100 111111 11001001 101010 1000101 0 10101 100000111 111000 110100

Color Harmonies of #743FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743FC9

Black with #743FC9

Text Example


Text Example

White with #743FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,63,201); }

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

background-color css

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

 a { background-color: rgb(116,63,201); }

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

border-color css

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

 span { border-color: rgb(116,63,201); }

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