Html Css Color HEX #742ECB Purple Heart

📋 copy color: '#742ECB'

red 116 ◦ green 46 ◦ blue 203

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

Shades of Purple Heart #742ECB

Tints of Purple Heart #742ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.62%

R = 31.78%
G = 12.6%
B = 55.62%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#742ECB (or 0x742ECB) is known color: Purple Heart. HEX triplet: 74, 2E and CB. RGB value is (116,46,203). Sum of RGB (Red+Green+Blue) = 116+46+203=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #742ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742ECB is #8BD134. Grayscale: #545454. Windows color (decimal): -9163061 or 13315700. OLE color: 13315700.

HSL color Cylindrical-coordinate representation of color #742ECB: hue angle of 266.75º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #742ECB is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 46 203 -
CMYK 0.43 0.77 0 0.20
HSL 266.75º 0.63% 0.49% -
HSV(B) 266.75º 0.77% 0.8% -
XYZ 18.96 9.98 57.43 -
YUV 84.83 194.69 150.23 -
System Red Green Blue C M Y K H S L
Decimal 116 46 203 0.43 0.77 0 0.20 266.75 0.63 0.49
Hex 74 2E CB 2B 4D 0 14 10B 3F 31
Octal 164 56 313 53 115 0 24 413 77 61
Binary 1110100 101110 11001011 101011 1001101 0 10100 100001011 111111 110001

Color Harmonies of #742ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742ECB

Black with #742ECB

Text Example


Text Example

White with #742ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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