Html Css Color HEX #743FBA Purple Heart

📋 copy color: '#743FBA'

red 116 ◦ green 63 ◦ blue 186

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

Shades of Purple Heart #743FBA

Tints of Purple Heart #743FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.96%

R = 31.78%
G = 17.26%
B = 50.96%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#743FBA (or 0x743FBA) is known color: Purple Heart. HEX triplet: 74, 3F and BA. RGB value is (116,63,186). Sum of RGB (Red+Green+Blue) = 116+63+186=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #743FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743FBA is #8BC045. Grayscale: #5C5C5C. Windows color (decimal): -9158726 or 12205940. OLE color: 12205940.

HSL color Cylindrical-coordinate representation of color #743FBA: hue angle of 265.85º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #743FBA is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 63 186 -
CMYK 0.38 0.66 0 0.27
HSL 265.85º 0.49% 0.49% -
HSV(B) 265.85º 0.66% 0.73% -
XYZ 17.84 10.81 47.6 -
YUV 92.87 180.56 144.5 -
System Red Green Blue C M Y K H S L
Decimal 116 63 186 0.38 0.66 0 0.27 265.85 0.49 0.49
Hex 74 3F BA 26 42 0 1B 10A 31 31
Octal 164 77 272 46 102 0 33 412 61 61
Binary 1110100 111111 10111010 100110 1000010 0 11011 100001010 110001 110001

Color Harmonies of #743FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743FBA

Black with #743FBA

Text Example


Text Example

White with #743FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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