Html Css Color HEX #741CBC Purple Heart

📋 copy color: '#741CBC'

red 116 ◦ green 28 ◦ blue 188

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

Shades of Purple Heart #741CBC

Tints of Purple Heart #741CBC

RGB

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

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

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

R = 34.94%
G = 8.43%
B = 56.63%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#741CBC (or 0x741CBC) is known color: Purple Heart. HEX triplet: 74, 1C and BC. RGB value is (116,28,188). Sum of RGB (Red+Green+Blue) = 116+28+188=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #741CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741CBC is #8BE343. Grayscale: #484848. Windows color (decimal): -9167684 or 12328052. OLE color: 12328052.

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

Color convert

RGB 116 28 188 -
CMYK 0.38 0.85 0 0.26
HSL 273º 0.74% 0.42% -
HSV(B) 273º 0.85% 0.74% -
XYZ 16.69 8.17 48.27 -
YUV 72.55 193.15 158.99 -
System Red Green Blue C M Y K H S L
Decimal 116 28 188 0.38 0.85 0 0.26 273 0.74 0.42
Hex 74 1C BC 26 55 0 1A 111 4A 2A
Octal 164 34 274 46 125 0 32 421 112 52
Binary 1110100 11100 10111100 100110 1010101 0 11010 100010001 1001010 101010

Color Harmonies of #741CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741CBC

Black with #741CBC

Text Example


Text Example

White with #741CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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