Html Css Color HEX #740CB6 Purple Heart

📋 copy color: '#740CB6'

red 116 ◦ green 12 ◦ blue 182

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

Shades of Purple Heart #740CB6

Tints of Purple Heart #740CB6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.87%

 BLUE value IS 182 (71.48% from 255) = 58.71%

R = 37.42%
G = 3.87%
B = 58.71%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#740CB6 (or 0x740CB6) is known color: Purple Heart. HEX triplet: 74, 0C and B6. RGB value is (116,12,182). Sum of RGB (Red+Green+Blue) = 116+12+182=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 182 (71.48% from 255 or 58.71% from 310); Max value from RGB is 182 - color contains mainly: blue. Hex color #740CB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740CB6 is #8BF349. Grayscale: #3D3D3D. Windows color (decimal): -9171786 or 11930740. OLE color: 11930740.

HSL color Cylindrical-coordinate representation of color #740CB6: hue angle of 276.71º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740CB6 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 12 182 -
CMYK 0.36 0.93 0 0.29
HSL 276.71º 0.88% 0.38% -
HSV(B) 276.71º 0.93% 0.71% -
XYZ 15.78 7.35 44.84 -
YUV 62.48 195.46 166.18 -
System Red Green Blue C M Y K H S L
Decimal 116 12 182 0.36 0.93 0 0.29 276.71 0.88 0.38
Hex 74 C B6 24 5D 0 1D 115 58 26
Octal 164 14 266 44 135 0 35 425 130 46
Binary 1110100 1100 10110110 100100 1011101 0 11101 100010101 1011000 100110

Color Harmonies of #740CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740CB6

Black with #740CB6

Text Example


Text Example

White with #740CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,12,182); }

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

background-color css

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

 a { background-color: rgb(116,12,182); }

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

border-color css

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

 span { border-color: rgb(116,12,182); }

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