Html Css Color HEX #6746AA Royal Purple

📋 copy color: '#6746AA'

red 103 ◦ green 70 ◦ blue 170

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

Shades of Royal Purple #6746AA

Tints of Royal Purple #6746AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.56%

R = 30.03%
G = 20.41%
B = 49.56%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6746AA (or 0x6746AA) is known color: Royal Purple. HEX triplet: 67, 46 and AA. RGB value is (103,70,170). Sum of RGB (Red+Green+Blue) = 103+70+170=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #6746AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6746AA is #98B955. Grayscale: #5A5A5A. Windows color (decimal): -10008918 or 11159143. OLE color: 11159143.

HSL color Cylindrical-coordinate representation of color #6746AA: hue angle of 259.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6746AA is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 70 170 -
CMYK 0.39 0.59 0 0.33
HSL 259.8º 0.42% 0.47% -
HSV(B) 259.8º 0.59% 0.67% -
XYZ 15.04 10.17 39.2 -
YUV 91.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 103 70 170 0.39 0.59 0 0.33 259.8 0.42 0.47
Hex 67 46 AA 27 3B 0 21 104 2A 2F
Octal 147 106 252 47 73 0 41 404 52 57
Binary 1100111 1000110 10101010 100111 111011 0 100001 100000100 101010 101111

Color Harmonies of #6746AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6746AA

Black with #6746AA

Text Example


Text Example

White with #6746AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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