Html Css Color HEX #742EB2 Purple Heart

📋 copy color: '#742EB2'

red 116 ◦ green 46 ◦ blue 178

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

Shades of Purple Heart #742EB2

Tints of Purple Heart #742EB2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.53%

 BLUE value IS 178 (69.92% from 255) = 52.35%

R = 34.12%
G = 13.53%
B = 52.35%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#742EB2 (or 0x742EB2) is known color: Purple Heart. HEX triplet: 74, 2E and B2. RGB value is (116,46,178). Sum of RGB (Red+Green+Blue) = 116+46+178=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 178 (69.92% from 255 or 52.35% from 340); Max value from RGB is 178 - color contains mainly: blue. Hex color #742EB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742EB2 is #8BD14D. Grayscale: #515151. Windows color (decimal): -9163086 or 11677300. OLE color: 11677300.

HSL color Cylindrical-coordinate representation of color #742EB2: hue angle of 271.82º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #742EB2 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 116 46 178 -
CMYK 0.35 0.74 0 0.30
HSL 271.82º 0.59% 0.44% -
HSV(B) 271.82º 0.74% 0.7% -
XYZ 16.22 8.88 42.98 -
YUV 81.98 182.19 152.27 -
System Red Green Blue C M Y K H S L
Decimal 116 46 178 0.35 0.74 0 0.30 271.82 0.59 0.44
Hex 74 2E B2 23 4A 0 1E 110 3B 2C
Octal 164 56 262 43 112 0 36 420 73 54
Binary 1110100 101110 10110010 100011 1001010 0 11110 100010000 111011 101100

Color Harmonies of #742EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742EB2

Black with #742EB2

Text Example


Text Example

White with #742EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,46,178); }

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

background-color css

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

 a { background-color: rgb(116,46,178); }

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

border-color css

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

 span { border-color: rgb(116,46,178); }

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