Html Css Color HEX #743BBC Purple Heart

📋 copy color: '#743BBC'

red 116 ◦ green 59 ◦ blue 188

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

Shades of Purple Heart #743BBC

Tints of Purple Heart #743BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.25%

 BLUE value IS 188 (73.83% from 255) = 51.79%

R = 31.96%
G = 16.25%
B = 51.79%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#743BBC (or 0x743BBC) is known color: Purple Heart. HEX triplet: 74, 3B and BC. RGB value is (116,59,188). Sum of RGB (Red+Green+Blue) = 116+59+188=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #743BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743BBC is #8BC443. Grayscale: #5A5A5A. Windows color (decimal): -9159748 or 12335988. OLE color: 12335988.

HSL color Cylindrical-coordinate representation of color #743BBC: hue angle of 266.51º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #743BBC is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 59 188 -
CMYK 0.38 0.69 0 0.26
HSL 266.51º 0.52% 0.48% -
HSV(B) 266.51º 0.69% 0.74% -
XYZ 17.84 10.47 48.66 -
YUV 90.75 182.88 146.01 -
System Red Green Blue C M Y K H S L
Decimal 116 59 188 0.38 0.69 0 0.26 266.51 0.52 0.48
Hex 74 3B BC 26 45 0 1A 10B 34 30
Octal 164 73 274 46 105 0 32 413 64 60
Binary 1110100 111011 10111100 100110 1000101 0 11010 100001011 110100 110000

Color Harmonies of #743BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743BBC

Black with #743BBC

Text Example


Text Example

White with #743BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,59,188); }

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

background-color css

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

 a { background-color: rgb(116,59,188); }

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

border-color css

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

 span { border-color: rgb(116,59,188); }

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