Html Css Color HEX #741FBC Purple Heart

📋 copy color: '#741FBC'

red 116 ◦ green 31 ◦ blue 188

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

Shades of Purple Heart #741FBC

Tints of Purple Heart #741FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.12%

R = 34.63%
G = 9.25%
B = 56.12%

CMYK

 C value IS 0.38

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#741FBC (or 0x741FBC) is known color: Purple Heart. HEX triplet: 74, 1F and BC. RGB value is (116,31,188). Sum of RGB (Red+Green+Blue) = 116+31+188=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #741FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741FBC is #8BE043. Grayscale: #494949. Windows color (decimal): -9166916 or 12328820. OLE color: 12328820.

HSL color Cylindrical-coordinate representation of color #741FBC: hue angle of 272.48º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741FBC is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 31 188 -
CMYK 0.38 0.84 0 0.26
HSL 272.48º 0.72% 0.43% -
HSV(B) 272.48º 0.84% 0.74% -
XYZ 16.77 8.32 48.3 -
YUV 74.31 192.16 157.73 -
System Red Green Blue C M Y K H S L
Decimal 116 31 188 0.38 0.84 0 0.26 272.48 0.72 0.43
Hex 74 1F BC 26 54 0 1A 110 48 2B
Octal 164 37 274 46 124 0 32 420 110 53
Binary 1110100 11111 10111100 100110 1010100 0 11010 100010000 1001000 101011

Color Harmonies of #741FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741FBC

Black with #741FBC

Text Example


Text Example

White with #741FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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