Html Css Color HEX #743BBB Purple Heart

📋 copy color: '#743BBB'

red 116 ◦ green 59 ◦ blue 187

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

Shades of Purple Heart #743BBB

Tints of Purple Heart #743BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.66%

R = 32.04%
G = 16.3%
B = 51.66%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#743BBB (or 0x743BBB) is known color: Purple Heart. HEX triplet: 74, 3B and BB. RGB value is (116,59,187). Sum of RGB (Red+Green+Blue) = 116+59+187=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #743BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743BBB is #8BC444. Grayscale: #5A5A5A. Windows color (decimal): -9159749 or 12270452. OLE color: 12270452.

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

Color convert

RGB 116 59 187 -
CMYK 0.38 0.68 0 0.27
HSL 266.72º 0.52% 0.48% -
HSV(B) 266.72º 0.68% 0.73% -
XYZ 17.74 10.43 48.09 -
YUV 90.64 182.38 146.09 -
System Red Green Blue C M Y K H S L
Decimal 116 59 187 0.38 0.68 0 0.27 266.72 0.52 0.48
Hex 74 3B BB 26 44 0 1B 10B 34 30
Octal 164 73 273 46 104 0 33 413 64 60
Binary 1110100 111011 10111011 100110 1000100 0 11011 100001011 110100 110000

Color Harmonies of #743BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743BBB

Black with #743BBB

Text Example


Text Example

White with #743BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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