Html Css Color HEX #742CCD Purple Heart

📋 copy color: '#742CCD'

red 116 ◦ green 44 ◦ blue 205

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

Shades of Purple Heart #742CCD

Tints of Purple Heart #742CCD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.05%

 BLUE value IS 205 (80.47% from 255) = 56.16%

R = 31.78%
G = 12.05%
B = 56.16%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#742CCD (or 0x742CCD) is known color: Purple Heart. HEX triplet: 74, 2C and CD. RGB value is (116,44,205). Sum of RGB (Red+Green+Blue) = 116+44+205=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #742CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742CCD is #8BD332. Grayscale: #535353. Windows color (decimal): -9163571 or 13446260. OLE color: 13446260.

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

Color convert

RGB 116 44 205 -
CMYK 0.43 0.79 0 0.20
HSL 266.83º 0.65% 0.49% -
HSV(B) 266.83º 0.79% 0.8% -
XYZ 19.12 9.92 58.66 -
YUV 83.88 196.35 150.91 -
System Red Green Blue C M Y K H S L
Decimal 116 44 205 0.43 0.79 0 0.20 266.83 0.65 0.49
Hex 74 2C CD 2B 4F 0 14 10B 41 31
Octal 164 54 315 53 117 0 24 413 101 61
Binary 1110100 101100 11001101 101011 1001111 0 10100 100001011 1000001 110001

Color Harmonies of #742CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742CCD

Black with #742CCD

Text Example


Text Example

White with #742CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,44,205); }

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

background-color css

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

 a { background-color: rgb(116,44,205); }

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

border-color css

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

 span { border-color: rgb(116,44,205); }

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