Html Css Color HEX #742CBC Purple Heart

📋 copy color: '#742CBC'

red 116 ◦ green 44 ◦ blue 188

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

Shades of Purple Heart #742CBC

Tints of Purple Heart #742CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.64%

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

R = 33.33%
G = 12.64%
B = 54.02%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#742CBC (or 0x742CBC) is known color: Purple Heart. HEX triplet: 74, 2C and BC. RGB value is (116,44,188). Sum of RGB (Red+Green+Blue) = 116+44+188=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 44 (17.58% from 255 or 12.64% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #742CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742CBC is #8BD343. Grayscale: #515151. Windows color (decimal): -9163588 or 12332148. OLE color: 12332148.

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

Color convert

RGB 116 44 188 -
CMYK 0.38 0.77 0 0.26
HSL 270º 0.62% 0.45% -
HSV(B) 270º 0.77% 0.74% -
XYZ 17.18 9.15 48.44 -
YUV 81.94 187.85 152.29 -
System Red Green Blue C M Y K H S L
Decimal 116 44 188 0.38 0.77 0 0.26 270 0.62 0.45
Hex 74 2C BC 26 4D 0 1A 10E 3E 2D
Octal 164 54 274 46 115 0 32 416 76 55
Binary 1110100 101100 10111100 100110 1001101 0 11010 100001110 111110 101101

Color Harmonies of #742CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742CBC

Black with #742CBC

Text Example


Text Example

White with #742CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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