Html Css Color HEX #743CBC Purple Heart

📋 copy color: '#743CBC'

red 116 ◦ green 60 ◦ blue 188

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

Shades of Purple Heart #743CBC

Tints of Purple Heart #743CBC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.48%

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

R = 31.87%
G = 16.48%
B = 51.65%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#743CBC (or 0x743CBC) is known color: Purple Heart. HEX triplet: 74, 3C and BC. RGB value is (116,60,188). Sum of RGB (Red+Green+Blue) = 116+60+188=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #743CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743CBC is #8BC343. Grayscale: #5A5A5A. Windows color (decimal): -9159492 or 12336244. OLE color: 12336244.

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

Color convert

RGB 116 60 188 -
CMYK 0.38 0.68 0 0.26
HSL 266.25º 0.52% 0.49% -
HSV(B) 266.25º 0.68% 0.74% -
XYZ 17.9 10.58 48.68 -
YUV 91.34 182.55 145.59 -
System Red Green Blue C M Y K H S L
Decimal 116 60 188 0.38 0.68 0 0.26 266.25 0.52 0.49
Hex 74 3C BC 26 44 0 1A 10A 34 31
Octal 164 74 274 46 104 0 32 412 64 61
Binary 1110100 111100 10111100 100110 1000100 0 11010 100001010 110100 110001

Color Harmonies of #743CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743CBC

Black with #743CBC

Text Example


Text Example

White with #743CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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