Html Css Color HEX #743FA0 Royal Purple

📋 copy color: '#743FA0'

red 116 ◦ green 63 ◦ blue 160

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

Shades of Royal Purple #743FA0

Tints of Royal Purple #743FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 47.2%

R = 34.22%
G = 18.58%
B = 47.2%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#743FA0 (or 0x743FA0) is known color: Royal Purple. HEX triplet: 74, 3F and A0. RGB value is (116,63,160). Sum of RGB (Red+Green+Blue) = 116+63+160=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 160 - color contains mainly: blue. Hex color #743FA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743FA0 is #8BC05F. Grayscale: #595959. Windows color (decimal): -9158752 or 10502004. OLE color: 10502004.

HSL color Cylindrical-coordinate representation of color #743FA0: hue angle of 272.78º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #743FA0 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 116 63 160 -
CMYK 0.28 0.61 0 0.37
HSL 272.78º 0.43% 0.44% -
HSV(B) 272.78º 0.61% 0.63% -
XYZ 15.33 9.81 34.34 -
YUV 89.91 167.56 146.61 -
System Red Green Blue C M Y K H S L
Decimal 116 63 160 0.28 0.61 0 0.37 272.78 0.43 0.44
Hex 74 3F A0 1C 3D 0 25 111 2B 2C
Octal 164 77 240 34 75 0 45 421 53 54
Binary 1110100 111111 10100000 11100 111101 0 100101 100010001 101011 101100

Color Harmonies of #743FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743FA0

Black with #743FA0

Text Example


Text Example

White with #743FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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