Html Css Color HEX #740FC0 Purple Heart

📋 copy color: '#740FC0'

red 116 ◦ green 15 ◦ blue 192

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

Shades of Purple Heart #740FC0

Tints of Purple Heart #740FC0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.64%

 BLUE value IS 192 (75.39% from 255) = 59.44%

R = 35.91%
G = 4.64%
B = 59.44%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#740FC0 (or 0x740FC0) is known color: Purple Heart. HEX triplet: 74, 0F and C0. RGB value is (116,15,192). Sum of RGB (Red+Green+Blue) = 116+15+192=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 192 (75.39% from 255 or 59.44% from 323); Max value from RGB is 192 - color contains mainly: blue. Hex color #740FC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740FC0 is #8BF03F. Grayscale: #404040. Windows color (decimal): -9171008 or 12586868. OLE color: 12586868.

HSL color Cylindrical-coordinate representation of color #740FC0: hue angle of 274.24º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740FC0 is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 15 192 -
CMYK 0.40 0.92 0 0.25
HSL 274.24º 0.86% 0.41% -
HSV(B) 274.24º 0.92% 0.75% -
XYZ 16.89 7.86 50.5 -
YUV 65.38 199.46 164.11 -
System Red Green Blue C M Y K H S L
Decimal 116 15 192 0.40 0.92 0 0.25 274.24 0.86 0.41
Hex 74 F C0 28 5C 0 19 112 56 29
Octal 164 17 300 50 134 0 31 422 126 51
Binary 1110100 1111 11000000 101000 1011100 0 11001 100010010 1010110 101001

Color Harmonies of #740FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740FC0

Black with #740FC0

Text Example


Text Example

White with #740FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740FC0; }

 p { color: rgb(116,15,192); }

 H1.HeaderClassName
 {
   color: #740FC0;
 }
 .AnyTagClassName
 {
   color: #740FC0;
 }
</style>

background-color css

<style>
 a { background-color: #740FC0; }

 a { background-color: rgb(116,15,192); }

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

border-color css

<style>
 span { border-color: #740FC0; }

 span { border-color: rgb(116,15,192); }

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