Html Css Color HEX #742FBC Purple Heart

📋 copy color: '#742FBC'

red 116 ◦ green 47 ◦ blue 188

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

Shades of Purple Heart #742FBC

Tints of Purple Heart #742FBC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.39%

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

R = 33.05%
G = 13.39%
B = 53.56%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#742FBC (or 0x742FBC) is known color: Purple Heart. HEX triplet: 74, 2F and BC. RGB value is (116,47,188). Sum of RGB (Red+Green+Blue) = 116+47+188=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #742FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742FBC is #8BD043. Grayscale: #535353. Windows color (decimal): -9162820 or 12332916. OLE color: 12332916.

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

Color convert

RGB 116 47 188 -
CMYK 0.38 0.75 0 0.26
HSL 269.36º 0.6% 0.46% -
HSV(B) 269.36º 0.75% 0.74% -
XYZ 17.3 9.38 48.48 -
YUV 83.71 186.86 151.04 -
System Red Green Blue C M Y K H S L
Decimal 116 47 188 0.38 0.75 0 0.26 269.36 0.6 0.46
Hex 74 2F BC 26 4B 0 1A 10D 3C 2E
Octal 164 57 274 46 113 0 32 415 74 56
Binary 1110100 101111 10111100 100110 1001011 0 11010 100001101 111100 101110

Color Harmonies of #742FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742FBC

Black with #742FBC

Text Example


Text Example

White with #742FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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