Html Css Color HEX #743DAF Royal Purple

📋 copy color: '#743DAF'

red 116 ◦ green 61 ◦ blue 175

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

Shades of Royal Purple #743DAF

Tints of Royal Purple #743DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.72%

R = 32.95%
G = 17.33%
B = 49.72%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#743DAF (or 0x743DAF) is known color: Royal Purple. HEX triplet: 74, 3D and AF. RGB value is (116,61,175). Sum of RGB (Red+Green+Blue) = 116+61+175=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #743DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743DAF is #8BC250. Grayscale: #5A5A5A. Windows color (decimal): -9159249 or 11484532. OLE color: 11484532.

HSL color Cylindrical-coordinate representation of color #743DAF: hue angle of 268.95º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #743DAF is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 61 175 -
CMYK 0.34 0.65 0 0.31
HSL 268.95º 0.48% 0.46% -
HSV(B) 268.95º 0.65% 0.69% -
XYZ 16.61 10.15 41.64 -
YUV 90.44 175.72 146.23 -
System Red Green Blue C M Y K H S L
Decimal 116 61 175 0.34 0.65 0 0.31 268.95 0.48 0.46
Hex 74 3D AF 22 41 0 1F 10D 30 2E
Octal 164 75 257 42 101 0 37 415 60 56
Binary 1110100 111101 10101111 100010 1000001 0 11111 100001101 110000 101110

Color Harmonies of #743DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743DAF

Black with #743DAF

Text Example


Text Example

White with #743DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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