Html Css Color HEX #741FCD Purple Heart

📋 copy color: '#741FCD'

red 116 ◦ green 31 ◦ blue 205

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

Shades of Purple Heart #741FCD

Tints of Purple Heart #741FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.81%

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

R = 32.95%
G = 8.81%
B = 58.24%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#741FCD (or 0x741FCD) is known color: Purple Heart. HEX triplet: 74, 1F and CD. RGB value is (116,31,205). Sum of RGB (Red+Green+Blue) = 116+31+205=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #741FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741FCD is #8BE032. Grayscale: #4B4B4B. Windows color (decimal): -9166899 or 13442932. OLE color: 13442932.

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

Color convert

RGB 116 31 205 -
CMYK 0.43 0.85 0 0.20
HSL 269.31º 0.74% 0.46% -
HSV(B) 269.31º 0.85% 0.8% -
XYZ 18.71 9.1 58.53 -
YUV 76.25 200.66 156.35 -
System Red Green Blue C M Y K H S L
Decimal 116 31 205 0.43 0.85 0 0.20 269.31 0.74 0.46
Hex 74 1F CD 2B 55 0 14 10D 4A 2E
Octal 164 37 315 53 125 0 24 415 112 56
Binary 1110100 11111 11001101 101011 1010101 0 10100 100001101 1001010 101110

Color Harmonies of #741FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741FCD

Black with #741FCD

Text Example


Text Example

White with #741FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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