Html Css Color HEX #743DBE Purple Heart

📋 copy color: '#743DBE'

red 116 ◦ green 61 ◦ blue 190

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

Shades of Purple Heart #743DBE

Tints of Purple Heart #743DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.77%

R = 31.61%
G = 16.62%
B = 51.77%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#743DBE (or 0x743DBE) is known color: Purple Heart. HEX triplet: 74, 3D and BE. RGB value is (116,61,190). Sum of RGB (Red+Green+Blue) = 116+61+190=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #743DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743DBE is #8BC241. Grayscale: #5B5B5B. Windows color (decimal): -9159234 or 12467572. OLE color: 12467572.

HSL color Cylindrical-coordinate representation of color #743DBE: hue angle of 265.58º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #743DBE is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 61 190 -
CMYK 0.39 0.68 0 0.25
HSL 265.58º 0.51% 0.49% -
HSV(B) 265.58º 0.68% 0.75% -
XYZ 18.17 10.77 49.84 -
YUV 92.15 183.22 145.01 -
System Red Green Blue C M Y K H S L
Decimal 116 61 190 0.39 0.68 0 0.25 265.58 0.51 0.49
Hex 74 3D BE 27 44 0 19 10A 33 31
Octal 164 75 276 47 104 0 31 412 63 61
Binary 1110100 111101 10111110 100111 1000100 0 11001 100001010 110011 110001

Color Harmonies of #743DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743DBE

Black with #743DBE

Text Example


Text Example

White with #743DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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