Html Css Color HEX #743DCA Purple Heart

📋 copy color: '#743DCA'

red 116 ◦ green 61 ◦ blue 202

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

Shades of Purple Heart #743DCA

Tints of Purple Heart #743DCA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.09%

 BLUE value IS 202 (79.3% from 255) = 53.3%

R = 30.61%
G = 16.09%
B = 53.3%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#743DCA (or 0x743DCA) is known color: Purple Heart. HEX triplet: 74, 3D and CA. RGB value is (116,61,202). Sum of RGB (Red+Green+Blue) = 116+61+202=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #743DCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743DCA is #8BC235. Grayscale: #5D5D5D. Windows color (decimal): -9159222 or 13254004. OLE color: 13254004.

HSL color Cylindrical-coordinate representation of color #743DCA: hue angle of 263.4º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #743DCA is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 61 202 -
CMYK 0.43 0.70 0 0.21
HSL 263.4º 0.57% 0.52% -
HSV(B) 263.4º 0.7% 0.79% -
XYZ 19.53 11.31 57.03 -
YUV 93.52 189.22 144.04 -
System Red Green Blue C M Y K H S L
Decimal 116 61 202 0.43 0.70 0 0.21 263.4 0.57 0.52
Hex 74 3D CA 2B 46 0 15 107 39 34
Octal 164 75 312 53 106 0 25 407 71 64
Binary 1110100 111101 11001010 101011 1000110 0 10101 100000111 111001 110100

Color Harmonies of #743DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743DCA

Black with #743DCA

Text Example


Text Example

White with #743DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,61,202); }

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

background-color css

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

 a { background-color: rgb(116,61,202); }

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

border-color css

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

 span { border-color: rgb(116,61,202); }

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