Html Css Color HEX #743DCE Purple Heart

📋 copy color: '#743DCE'

red 116 ◦ green 61 ◦ blue 206

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

Shades of Purple Heart #743DCE

Tints of Purple Heart #743DCE

RGB

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

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

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

R = 30.29%
G = 15.93%
B = 53.79%

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

#743DCE (or 0x743DCE) is known color: Purple Heart. HEX triplet: 74, 3D and CE. RGB value is (116,61,206). Sum of RGB (Red+Green+Blue) = 116+61+206=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #743DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743DCE is #8BC231. Grayscale: #5D5D5D. Windows color (decimal): -9159218 or 13516148. OLE color: 13516148.

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

Color convert

RGB 116 61 206 -
CMYK 0.44 0.70 0 0.19
HSL 262.76º 0.6% 0.52% -
HSV(B) 262.76º 0.7% 0.81% -
XYZ 20.01 11.51 59.56 -
YUV 93.98 191.22 143.71 -
System Red Green Blue C M Y K H S L
Decimal 116 61 206 0.44 0.70 0 0.19 262.76 0.6 0.52
Hex 74 3D CE 2C 46 0 13 107 3C 34
Octal 164 75 316 54 106 0 23 407 74 64
Binary 1110100 111101 11001110 101100 1000110 0 10011 100000111 111100 110100

Color Harmonies of #743DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743DCE

Black with #743DCE

Text Example


Text Example

White with #743DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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