Html Css Color HEX #741CC1 Purple Heart

📋 copy color: '#741CC1'

red 116 ◦ green 28 ◦ blue 193

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

Shades of Purple Heart #741CC1

Tints of Purple Heart #741CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 57.27%

R = 34.42%
G = 8.31%
B = 57.27%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#741CC1 (or 0x741CC1) is known color: Purple Heart. HEX triplet: 74, 1C and C1. RGB value is (116,28,193). Sum of RGB (Red+Green+Blue) = 116+28+193=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 193 (75.78% from 255 or 57.27% from 337); Max value from RGB is 193 - color contains mainly: blue. Hex color #741CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741CC1 is #8BE33E. Grayscale: #484848. Windows color (decimal): -9167679 or 12655732. OLE color: 12655732.

HSL color Cylindrical-coordinate representation of color #741CC1: hue angle of 272º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741CC1 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 28 193 -
CMYK 0.40 0.85 0 0.24
HSL 272º 0.75% 0.43% -
HSV(B) 272º 0.85% 0.76% -
XYZ 17.24 8.39 51.16 -
YUV 73.12 195.65 158.58 -
System Red Green Blue C M Y K H S L
Decimal 116 28 193 0.40 0.85 0 0.24 272 0.75 0.43
Hex 74 1C C1 28 55 0 18 110 4B 2B
Octal 164 34 301 50 125 0 30 420 113 53
Binary 1110100 11100 11000001 101000 1010101 0 11000 100010000 1001011 101011

Color Harmonies of #741CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741CC1

Black with #741CC1

Text Example


Text Example

White with #741CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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