Html Css Color HEX #743DB6 Royal Purple

📋 copy color: '#743DB6'

red 116 ◦ green 61 ◦ blue 182

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

Shades of Royal Purple #743DB6

Tints of Royal Purple #743DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.7%

R = 32.31%
G = 16.99%
B = 50.7%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#743DB6 (or 0x743DB6) is known color: Royal Purple. HEX triplet: 74, 3D and B6. RGB value is (116,61,182). Sum of RGB (Red+Green+Blue) = 116+61+182=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 182 (71.48% from 255 or 50.70% from 359); Max value from RGB is 182 - color contains mainly: blue. Hex color #743DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743DB6 is #8BC249. Grayscale: #5A5A5A. Windows color (decimal): -9159242 or 11943284. OLE color: 11943284.

HSL color Cylindrical-coordinate representation of color #743DB6: hue angle of 267.27º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #743DB6 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 61 182 -
CMYK 0.36 0.66 0 0.29
HSL 267.27º 0.5% 0.48% -
HSV(B) 267.27º 0.66% 0.71% -
XYZ 17.31 10.43 45.36 -
YUV 91.24 179.22 145.66 -
System Red Green Blue C M Y K H S L
Decimal 116 61 182 0.36 0.66 0 0.29 267.27 0.5 0.48
Hex 74 3D B6 24 42 0 1D 10B 32 30
Octal 164 75 266 44 102 0 35 413 62 60
Binary 1110100 111101 10110110 100100 1000010 0 11101 100001011 110010 110000

Color Harmonies of #743DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743DB6

Black with #743DB6

Text Example


Text Example

White with #743DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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