Html Css Color HEX #742ABC Purple Heart

📋 copy color: '#742ABC'

red 116 ◦ green 42 ◦ blue 188

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

Shades of Purple Heart #742ABC

Tints of Purple Heart #742ABC

RGB

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

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

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

R = 33.53%
G = 12.14%
B = 54.34%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#742ABC (or 0x742ABC) is known color: Purple Heart. HEX triplet: 74, 2A and BC. RGB value is (116,42,188). Sum of RGB (Red+Green+Blue) = 116+42+188=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #742ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742ABC is #8BD543. Grayscale: #505050. Windows color (decimal): -9164100 or 12331636. OLE color: 12331636.

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

Color convert

RGB 116 42 188 -
CMYK 0.38 0.78 0 0.26
HSL 270.41º 0.63% 0.45% -
HSV(B) 270.41º 0.78% 0.74% -
XYZ 17.11 9 48.41 -
YUV 80.77 188.52 153.13 -
System Red Green Blue C M Y K H S L
Decimal 116 42 188 0.38 0.78 0 0.26 270.41 0.63 0.45
Hex 74 2A BC 26 4E 0 1A 10E 3F 2D
Octal 164 52 274 46 116 0 32 416 77 55
Binary 1110100 101010 10111100 100110 1001110 0 11010 100001110 111111 101101

Color Harmonies of #742ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742ABC

Black with #742ABC

Text Example


Text Example

White with #742ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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