Html Css Color HEX #743FCC Purple Heart

📋 copy color: '#743FCC'

red 116 ◦ green 63 ◦ blue 204

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

Shades of Purple Heart #743FCC

Tints of Purple Heart #743FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 16.45%

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

R = 30.29%
G = 16.45%
B = 53.26%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#743FCC (or 0x743FCC) is known color: Purple Heart. HEX triplet: 74, 3F and CC. RGB value is (116,63,204). Sum of RGB (Red+Green+Blue) = 116+63+204=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #743FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743FCC is #8BC033. Grayscale: #5E5E5E. Windows color (decimal): -9158708 or 13385588. OLE color: 13385588.

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

Color convert

RGB 116 63 204 -
CMYK 0.43 0.69 0 0.2
HSL 262.55º 0.58% 0.52% -
HSV(B) 262.55º 0.69% 0.8% -
XYZ 19.88 11.63 58.32 -
YUV 94.92 189.56 143.04 -
System Red Green Blue C M Y K H S L
Decimal 116 63 204 0.43 0.69 0 0.2 262.55 0.58 0.52
Hex 74 3F CC 2B 45 0 14 107 3A 34
Octal 164 77 314 53 105 0 24 407 72 64
Binary 1110100 111111 11001100 101011 1000101 0 10100 100000111 111010 110100

Color Harmonies of #743FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743FCC

Black with #743FCC

Text Example


Text Example

White with #743FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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