Html Css Color HEX #743CCC Purple Heart

📋 copy color: '#743CCC'

red 116 ◦ green 60 ◦ blue 204

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

Shades of Purple Heart #743CCC

Tints of Purple Heart #743CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.68%

R = 30.53%
G = 15.79%
B = 53.68%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#743CCC (or 0x743CCC) is known color: Purple Heart. HEX triplet: 74, 3C and CC. RGB value is (116,60,204). Sum of RGB (Red+Green+Blue) = 116+60+204=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #743CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743CCC is #8BC333. Grayscale: #5C5C5C. Windows color (decimal): -9159476 or 13384820. OLE color: 13384820.

HSL color Cylindrical-coordinate representation of color #743CCC: hue angle of 263.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #743CCC is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 60 204 -
CMYK 0.43 0.71 0 0.2
HSL 263.33º 0.59% 0.52% -
HSV(B) 263.33º 0.71% 0.8% -
XYZ 19.72 11.3 58.27 -
YUV 93.16 190.55 144.29 -
System Red Green Blue C M Y K H S L
Decimal 116 60 204 0.43 0.71 0 0.2 263.33 0.59 0.52
Hex 74 3C CC 2B 47 0 14 107 3B 34
Octal 164 74 314 53 107 0 24 407 73 64
Binary 1110100 111100 11001100 101011 1000111 0 10100 100000111 111011 110100

Color Harmonies of #743CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743CCC

Black with #743CCC

Text Example


Text Example

White with #743CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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