Html Css Color HEX #742BBB Purple Heart

📋 copy color: '#742BBB'

red 116 ◦ green 43 ◦ blue 187

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

Shades of Purple Heart #742BBB

Tints of Purple Heart #742BBB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.43%

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

R = 33.53%
G = 12.43%
B = 54.05%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#742BBB (or 0x742BBB) is known color: Purple Heart. HEX triplet: 74, 2B and BB. RGB value is (116,43,187). Sum of RGB (Red+Green+Blue) = 116+43+187=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #742BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742BBB is #8BD444. Grayscale: #505050. Windows color (decimal): -9163845 or 12266356. OLE color: 12266356.

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

Color convert

RGB 116 43 187 -
CMYK 0.38 0.77 0 0.27
HSL 270.42º 0.63% 0.45% -
HSV(B) 270.42º 0.77% 0.73% -
XYZ 17.04 9.03 47.86 -
YUV 81.24 187.68 152.79 -
System Red Green Blue C M Y K H S L
Decimal 116 43 187 0.38 0.77 0 0.27 270.42 0.63 0.45
Hex 74 2B BB 26 4D 0 1B 10E 3F 2D
Octal 164 53 273 46 115 0 33 416 77 55
Binary 1110100 101011 10111011 100110 1001101 0 11011 100001110 111111 101101

Color Harmonies of #742BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742BBB

Black with #742BBB

Text Example


Text Example

White with #742BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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