Html Css Color HEX #743FB3 Royal Purple

📋 copy color: '#743FB3'

red 116 ◦ green 63 ◦ blue 179

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

Shades of Royal Purple #743FB3

Tints of Royal Purple #743FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50%

R = 32.4%
G = 17.6%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#743FB3 (or 0x743FB3) is known color: Royal Purple. HEX triplet: 74, 3F and B3. RGB value is (116,63,179). Sum of RGB (Red+Green+Blue) = 116+63+179=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #743FB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743FB3 is #8BC04C. Grayscale: #5B5B5B. Windows color (decimal): -9158733 or 11747188. OLE color: 11747188.

HSL color Cylindrical-coordinate representation of color #743FB3: hue angle of 267.41º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #743FB3 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 116 63 179 -
CMYK 0.35 0.65 0 0.30
HSL 267.41º 0.48% 0.47% -
HSV(B) 267.41º 0.65% 0.7% -
XYZ 17.12 10.52 43.78 -
YUV 92.07 177.06 145.07 -
System Red Green Blue C M Y K H S L
Decimal 116 63 179 0.35 0.65 0 0.30 267.41 0.48 0.47
Hex 74 3F B3 23 41 0 1E 10B 30 2F
Octal 164 77 263 43 101 0 36 413 60 57
Binary 1110100 111111 10110011 100011 1000001 0 11110 100001011 110000 101111

Color Harmonies of #743FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743FB3

Black with #743FB3

Text Example


Text Example

White with #743FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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