Html Css Color HEX #741FC8 Purple Heart

📋 copy color: '#741FC8'

red 116 ◦ green 31 ◦ blue 200

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

Shades of Purple Heart #741FC8

Tints of Purple Heart #741FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 57.64%

R = 33.43%
G = 8.93%
B = 57.64%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#741FC8 (or 0x741FC8) is known color: Purple Heart. HEX triplet: 74, 1F and C8. RGB value is (116,31,200). Sum of RGB (Red+Green+Blue) = 116+31+200=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 200 (78.52% from 255 or 57.64% from 347); Max value from RGB is 200 - color contains mainly: blue. Hex color #741FC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741FC8 is #8BE037. Grayscale: #4B4B4B. Windows color (decimal): -9166904 or 13115252. OLE color: 13115252.

HSL color Cylindrical-coordinate representation of color #741FC8: hue angle of 270.18º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741FC8 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 31 200 -
CMYK 0.42 0.84 0 0.22
HSL 270.18º 0.73% 0.45% -
HSV(B) 270.18º 0.85% 0.78% -
XYZ 18.12 8.86 55.4 -
YUV 75.68 198.16 156.76 -
System Red Green Blue C M Y K H S L
Decimal 116 31 200 0.42 0.84 0 0.22 270.18 0.73 0.45
Hex 74 1F C8 2A 54 0 16 10E 49 2D
Octal 164 37 310 52 124 0 26 416 111 55
Binary 1110100 11111 11001000 101010 1010100 0 10110 100001110 1001001 101101

Color Harmonies of #741FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741FC8

Black with #741FC8

Text Example


Text Example

White with #741FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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