Html Css Color HEX #742ABB Purple Heart

📋 copy color: '#742ABB'

red 116 ◦ green 42 ◦ blue 187

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

Shades of Purple Heart #742ABB

Tints of Purple Heart #742ABB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.17%

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

R = 33.62%
G = 12.17%
B = 54.2%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#742ABB (or 0x742ABB) is known color: Purple Heart. HEX triplet: 74, 2A and BB. RGB value is (116,42,187). Sum of RGB (Red+Green+Blue) = 116+42+187=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #742ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742ABB is #8BD544. Grayscale: #505050. Windows color (decimal): -9164101 or 12266100. OLE color: 12266100.

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

Color convert

RGB 116 42 187 -
CMYK 0.38 0.78 0 0.27
HSL 270.62º 0.63% 0.45% -
HSV(B) 270.62º 0.78% 0.73% -
XYZ 17 8.96 47.85 -
YUV 80.66 188.02 153.21 -
System Red Green Blue C M Y K H S L
Decimal 116 42 187 0.38 0.78 0 0.27 270.62 0.63 0.45
Hex 74 2A BB 26 4E 0 1B 10F 3F 2D
Octal 164 52 273 46 116 0 33 417 77 55
Binary 1110100 101010 10111011 100110 1001110 0 11011 100001111 111111 101101

Color Harmonies of #742ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742ABB

Black with #742ABB

Text Example


Text Example

White with #742ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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