Html Css Color HEX #743DAB Royal Purple

📋 copy color: '#743DAB'

red 116 ◦ green 61 ◦ blue 171

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

Shades of Royal Purple #743DAB

Tints of Royal Purple #743DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.53%

 BLUE value IS 171 (67.19% from 255) = 49.14%

R = 33.33%
G = 17.53%
B = 49.14%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#743DAB (or 0x743DAB) is known color: Royal Purple. HEX triplet: 74, 3D and AB. RGB value is (116,61,171). Sum of RGB (Red+Green+Blue) = 116+61+171=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #743DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743DAB is #8BC254. Grayscale: #595959. Windows color (decimal): -9159253 or 11222388. OLE color: 11222388.

HSL color Cylindrical-coordinate representation of color #743DAB: hue angle of 270º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #743DAB is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 61 171 -
CMYK 0.32 0.64 0 0.33
HSL 270º 0.47% 0.45% -
HSV(B) 270º 0.64% 0.67% -
XYZ 16.22 9.99 39.6 -
YUV 89.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 116 61 171 0.32 0.64 0 0.33 270 0.47 0.45
Hex 74 3D AB 20 40 0 21 10E 2F 2D
Octal 164 75 253 40 100 0 41 416 57 55
Binary 1110100 111101 10101011 100000 1000000 0 100001 100001110 101111 101101

Color Harmonies of #743DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743DAB

Black with #743DAB

Text Example


Text Example

White with #743DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,61,171); }

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

background-color css

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

 a { background-color: rgb(116,61,171); }

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

border-color css

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

 span { border-color: rgb(116,61,171); }

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