Html Css Color HEX #741ACD Purple Heart

📋 copy color: '#741ACD'

red 116 ◦ green 26 ◦ blue 205

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

Shades of Purple Heart #741ACD

Tints of Purple Heart #741ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.49%

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

R = 33.43%
G = 7.49%
B = 59.08%

CMYK

 C value IS 0.43

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#741ACD (or 0x741ACD) is known color: Purple Heart. HEX triplet: 74, 1A and CD. RGB value is (116,26,205). Sum of RGB (Red+Green+Blue) = 116+26+205=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #741ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741ACD is #8BE532. Grayscale: #484848. Windows color (decimal): -9168179 or 13441652. OLE color: 13441652.

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

Color convert

RGB 116 26 205 -
CMYK 0.43 0.87 0 0.20
HSL 270.17º 0.77% 0.45% -
HSV(B) 270.17º 0.87% 0.8% -
XYZ 18.59 8.86 58.49 -
YUV 73.32 202.32 158.45 -
System Red Green Blue C M Y K H S L
Decimal 116 26 205 0.43 0.87 0 0.20 270.17 0.77 0.45
Hex 74 1A CD 2B 57 0 14 10E 4D 2D
Octal 164 32 315 53 127 0 24 416 115 55
Binary 1110100 11010 11001101 101011 1010111 0 10100 100001110 1001101 101101

Color Harmonies of #741ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741ACD

Black with #741ACD

Text Example


Text Example

White with #741ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741ACD; }

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

 H1.HeaderClassName
 {
   color: #741ACD;
 }
 .AnyTagClassName
 {
   color: #741ACD;
 }
</style>

background-color css

<style>
 a { background-color: #741ACD; }

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

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

border-color css

<style>
 span { border-color: #741ACD; }

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

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