Html Css Color HEX #742DD5 Purple Heart

📋 copy color: '#742DD5'

red 116 ◦ green 45 ◦ blue 213

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

Shades of Purple Heart #742DD5

Tints of Purple Heart #742DD5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.03%

 BLUE value IS 213 (83.59% from 255) = 56.95%

R = 31.02%
G = 12.03%
B = 56.95%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#742DD5 (or 0x742DD5) is known color: Purple Heart. HEX triplet: 74, 2D and D5. RGB value is (116,45,213). Sum of RGB (Red+Green+Blue) = 116+45+213=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 213 (83.59% from 255 or 56.95% from 374); Max value from RGB is 213 - color contains mainly: blue. Hex color #742DD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742DD5 is #8BD22A. Grayscale: #545454. Windows color (decimal): -9163307 or 13970804. OLE color: 13970804.

HSL color Cylindrical-coordinate representation of color #742DD5: hue angle of 265.36º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #742DD5 is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 45 213 -
CMYK 0.46 0.79 0 0.16
HSL 265.36º 0.67% 0.51% -
HSV(B) 265.36º 0.79% 0.84% -
XYZ 20.15 10.39 63.89 -
YUV 85.38 200.02 149.84 -
System Red Green Blue C M Y K H S L
Decimal 116 45 213 0.46 0.79 0 0.16 265.36 0.67 0.51
Hex 74 2D D5 2E 4F 0 10 109 43 33
Octal 164 55 325 56 117 0 20 411 103 63
Binary 1110100 101101 11010101 101110 1001111 0 10000 100001001 1000011 110011

Color Harmonies of #742DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742DD5

Black with #742DD5

Text Example


Text Example

White with #742DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,45,213); }

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

background-color css

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

 a { background-color: rgb(116,45,213); }

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

border-color css

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

 span { border-color: rgb(116,45,213); }

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