Html Css Color HEX #6746AD Royal Purple

📋 copy color: '#6746AD'

red 103 ◦ green 70 ◦ blue 173

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

Shades of Royal Purple #6746AD

Tints of Royal Purple #6746AD

RGB

 RED value IS 103 (40.63% from 255) = 29.77%

 GREEN value IS 70 (27.73% from 255) = 20.23%

 BLUE value IS 173 (67.97% from 255) = 50%

R = 29.77%
G = 20.23%
B = 50%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6746AD (or 0x6746AD) is known color: Royal Purple. HEX triplet: 67, 46 and AD. RGB value is (103,70,173). Sum of RGB (Red+Green+Blue) = 103+70+173=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #6746AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6746AD is #98B952. Grayscale: #5B5B5B. Windows color (decimal): -10008915 or 11355751. OLE color: 11355751.

HSL color Cylindrical-coordinate representation of color #6746AD: hue angle of 259.22º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6746AD is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 70 173 -
CMYK 0.40 0.60 0 0.32
HSL 259.22º 0.42% 0.48% -
HSV(B) 259.22º 0.6% 0.68% -
XYZ 15.33 10.28 40.71 -
YUV 91.61 173.93 136.12 -
System Red Green Blue C M Y K H S L
Decimal 103 70 173 0.40 0.60 0 0.32 259.22 0.42 0.48
Hex 67 46 AD 28 3C 0 20 103 2A 30
Octal 147 106 255 50 74 0 40 403 52 60
Binary 1100111 1000110 10101101 101000 111100 0 100000 100000011 101010 110000

Color Harmonies of #6746AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6746AD

Black with #6746AD

Text Example


Text Example

White with #6746AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6746AD; }

 p { color: rgb(103,70,173); }

 H1.HeaderClassName
 {
   color: #6746AD;
 }
 .AnyTagClassName
 {
   color: #6746AD;
 }
</style>

background-color css

<style>
 a { background-color: #6746AD; }

 a { background-color: rgb(103,70,173); }

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

border-color css

<style>
 span { border-color: #6746AD; }

 span { border-color: rgb(103,70,173); }

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