Html Css Color HEX #741CCD Purple Heart

📋 copy color: '#741CCD'

red 116 ◦ green 28 ◦ blue 205

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

Shades of Purple Heart #741CCD

Tints of Purple Heart #741CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.02%

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

R = 33.24%
G = 8.02%
B = 58.74%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#741CCD (or 0x741CCD) is known color: Purple Heart. HEX triplet: 74, 1C and CD. RGB value is (116,28,205). Sum of RGB (Red+Green+Blue) = 116+28+205=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #741CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741CCD is #8BE332. Grayscale: #494949. Windows color (decimal): -9167667 or 13442164. OLE color: 13442164.

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

Color convert

RGB 116 28 205 -
CMYK 0.43 0.86 0 0.20
HSL 269.83º 0.76% 0.46% -
HSV(B) 269.83º 0.86% 0.8% -
XYZ 18.64 8.95 58.5 -
YUV 74.49 201.65 157.61 -
System Red Green Blue C M Y K H S L
Decimal 116 28 205 0.43 0.86 0 0.20 269.83 0.76 0.46
Hex 74 1C CD 2B 56 0 14 10E 4C 2E
Octal 164 34 315 53 126 0 24 416 114 56
Binary 1110100 11100 11001101 101011 1010110 0 10100 100001110 1001100 101110

Color Harmonies of #741CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741CCD

Black with #741CCD

Text Example


Text Example

White with #741CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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